File tree 3 files changed +1
-2
lines changed
3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ use rustc_data_structures::OnDrop;
12
12
use rustc_data_structures:: sync:: Lrc ;
13
13
use rustc_data_structures:: fx:: { FxHashSet , FxHashMap } ;
14
14
use rustc_metadata:: cstore:: CStore ;
15
- use std:: collections:: HashSet ;
16
15
use std:: io:: Write ;
17
16
use std:: path:: PathBuf ;
18
17
use std:: result;
Original file line number Diff line number Diff line change 7
7
#![ cfg_attr( unix, feature( libc) ) ]
8
8
9
9
#![ deny( rust_2018_idioms) ]
10
+ #![ cfg_attr( not( stage0) , deny( internal) ) ]
10
11
11
12
#![ allow( unused_imports) ]
12
13
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ use rustc_plugin;
21
21
use rustc_privacy;
22
22
use rustc_resolve;
23
23
use rustc_typeck;
24
- use std:: collections:: HashSet ;
25
24
use std:: env;
26
25
use std:: env:: consts:: { DLL_PREFIX , DLL_SUFFIX } ;
27
26
use std:: io:: { self , Write } ;
You can’t perform that action at this time.
0 commit comments