diff --git a/compiler/crates/graphql-syntax/src/lib.rs b/compiler/crates/graphql-syntax/src/lib.rs index a9f182de81200..069c2f5a62207 100644 --- a/compiler/crates/graphql-syntax/src/lib.rs +++ b/compiler/crates/graphql-syntax/src/lib.rs @@ -26,8 +26,6 @@ pub use parser::FragmentArgumentSyntaxKind; pub use parser::ParserFeatures; pub use source::GraphQLSource; pub use syntax_error::SyntaxError; -#[allow(unused_imports)] -pub use utils::*; use crate::parser::Parser;