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;
1111use rustc_span:: { Span , Symbol } ;
1212use std:: collections:: BTreeMap ;
1313use std:: collections:: btree_map:: Entry ;
14-
15- extern crate rustc_hash;
16- use rustc_hash:: FxHashMap ;
17-
1814/// Lints to help dealing with unsoundness due to a compiler bug described here:
1915/// <https://github.com/rust-lang/rustc-dev-guide/blob/478a77a902f64e5128e7164e4e8a3980cfe4b133/src/traits/implied-bounds.md>.
2016///
@@ -36,6 +32,8 @@ use rustc_hash::FxHashMap;
3632/// There is also a reverse lint that suggests to remove lifetime bounds
3733/// that are implied by nested references. This reverse lint is intended to be used only
3834/// when the compiler has been fixed to handle these lifetime bounds correctly.
35+ extern crate rustc_hash;
36+ use rustc_hash:: FxHashMap ;
3937
4038declare_clippy_lint ! {
4139 /// ### What it does
You can’t perform that action at this time.
0 commit comments