Skip to content

Commit 0037d05

Browse files
capickettfacebook-github-bot
authored andcommitted
Cleanup allow(unused_imports)
Reviewed By: zertosh Differential Revision: D52967624 fbshipit-source-id: d78fa0fe8ff2a9251f47a7cb0b3cf714c03221ba
1 parent a28e8c9 commit 0037d05

File tree

1 file changed

+0
-2
lines changed
  • compiler/crates/graphql-syntax/src

1 file changed

+0
-2
lines changed

compiler/crates/graphql-syntax/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ pub use parser::FragmentArgumentSyntaxKind;
2626
pub use parser::ParserFeatures;
2727
pub use source::GraphQLSource;
2828
pub use syntax_error::SyntaxError;
29-
#[allow(unused_imports)]
30-
pub use utils::*;
3129

3230
use crate::parser::Parser;
3331

0 commit comments

Comments
 (0)