Skip to content

Commit

Permalink
Cleanup allow(unused_imports)
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D52967624

fbshipit-source-id: d78fa0fe8ff2a9251f47a7cb0b3cf714c03221ba
  • Loading branch information
capickett authored and facebook-github-bot committed Jan 22, 2024
1 parent a28e8c9 commit 0037d05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/crates/graphql-syntax/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0037d05

Please sign in to comment.