Skip to content

Commit eca948d

Browse files
committed
fix unused import
1 parent 3e13141 commit eca948d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_interface/src/interface.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ use crate::util;
33
use rustc_ast::token;
44
use rustc_ast::{LitKind, MetaItemKind};
55
use rustc_codegen_ssa::traits::CodegenBackend;
6+
use rustc_data_structures::defer;
67
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
78
use rustc_data_structures::stable_hasher::StableHasher;
89
use rustc_data_structures::sync::Lrc;
9-
use rustc_data_structures::{defer, jobserver};
1010
use rustc_errors::registry::Registry;
1111
use rustc_errors::{ErrorGuaranteed, Handler};
1212
use rustc_lint::LintStore;

0 commit comments

Comments
 (0)