Skip to content

Commit 5a35ca4

Browse files
Remove un-used imports
Signed-off-by: Tomas Fabrizio Orsi <[email protected]>
1 parent 735e322 commit 5a35ca4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

hir/src/derive.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,9 @@ mod tests {
148148

149149
use crate::{
150150
attributes::Overflow,
151-
dialects::{
152-
builtin,
153-
test::{self, Add, InvalidOpsWithReturn},
154-
},
151+
dialects::test::{self, Add, InvalidOpsWithReturn},
155152
pass::{Nesting, PassManager},
156-
BlockArgument, Builder, BuilderExt, Context, Op, Operation, Report, Spanned, ValueId,
153+
Builder, BuilderExt, Context, Op, Operation, Report, Spanned,
157154
};
158155

159156
derive! {

hir/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
// Some of the above features require us to disable these warnings
4242
#![allow(incomplete_features)]
4343
#![allow(internal_features)]
44-
// #![deny(warnings)]
44+
#![deny(warnings)]
4545

4646
extern crate alloc;
4747

0 commit comments

Comments
 (0)