We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28e8c9 commit 0037d05Copy full SHA for 0037d05
compiler/crates/graphql-syntax/src/lib.rs
@@ -26,8 +26,6 @@ pub use parser::FragmentArgumentSyntaxKind;
26
pub use parser::ParserFeatures;
27
pub use source::GraphQLSource;
28
pub use syntax_error::SyntaxError;
29
-#[allow(unused_imports)]
30
-pub use utils::*;
31
32
use crate::parser::Parser;
33
0 commit comments