File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ use rustc_span::symbol::Ident;
11
11
use rustc_span:: { Span , Symbol } ;
12
12
use std:: collections:: BTreeMap ;
13
13
use std:: collections:: btree_map:: Entry ;
14
-
15
- extern crate rustc_hash;
16
- use rustc_hash:: FxHashMap ;
17
-
18
14
/// Lints to help dealing with unsoundness due to a compiler bug described here:
19
15
/// <https://github.com/rust-lang/rustc-dev-guide/blob/478a77a902f64e5128e7164e4e8a3980cfe4b133/src/traits/implied-bounds.md>.
20
16
///
@@ -36,6 +32,8 @@ use rustc_hash::FxHashMap;
36
32
/// There is also a reverse lint that suggests to remove lifetime bounds
37
33
/// that are implied by nested references. This reverse lint is intended to be used only
38
34
/// when the compiler has been fixed to handle these lifetime bounds correctly.
35
+ extern crate rustc_hash;
36
+ use rustc_hash:: FxHashMap ;
39
37
40
38
declare_clippy_lint ! {
41
39
/// ### What it does
You can’t perform that action at this time.
0 commit comments