Skip to content

Commit

Permalink
Remove some minisynning
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Jun 27, 2023
1 parent a7e3503 commit 6ad0563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::{
sync::Mutex,
};

use crate::minisyn::Token;
use syn::Token;
use autocxx_engine::{
Builder, BuilderBuild, BuilderContext, BuilderError, RebuildDependencyRecorder, HEADER,
};
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tests/code_checkers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::{
path::PathBuf,
};

use crate::minisyn::Item;
use syn::Item;
use itertools::{Either, Itertools};
use proc_macro2::TokenStream;
use quote::ToTokens;
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

use crate::minisyn::{parse_quote, Token};
use syn::{parse_quote, Token};
use crate::{
builder_modifiers::{
make_clang_arg_adder, make_clang_optional_arg_adder, make_cpp17_adder, EnableAutodiscover,
Expand Down

0 comments on commit 6ad0563

Please sign in to comment.