Skip to content

Commit

Permalink
Remove unnecessary lint suppressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Jul 7, 2023
1 parent 4d47a2d commit 7d38e1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions trustfall_core/src/graphql_query/query.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(dead_code)]

use std::fmt::Debug;
use std::sync::Arc;
use std::{collections::BTreeMap, convert::TryFrom};
Expand Down
1 change: 0 additions & 1 deletion trustfall_core/src/ir/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//! Trustfall intermediate representation (IR)
#![allow(dead_code)]

mod indexed;
pub mod serialization;
Expand Down

0 comments on commit 7d38e1a

Please sign in to comment.