This commit is contained in:
Philipp Hansch 2019-03-08 09:42:09 +01:00
parent 837d675afd
commit 131b89b54e
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -1,4 +1,6 @@
use crate::utils::{get_trait_def_id, implements_trait, snippet_opt, span_lint_and_then, trait_ref_of_method, SpanlessEq};
use crate::utils::{
get_trait_def_id, implements_trait, snippet_opt, span_lint_and_then, trait_ref_of_method, SpanlessEq,
};
use crate::utils::{higher, sugg};
use if_chain::if_chain;
use rustc::hir;