This commit is contained in:
Philipp Hansch 2020-08-02 14:22:54 +02:00
parent cb00cdf0d7
commit bb6e857980
No known key found for this signature in database
GPG key ID: 188FE733728652B1

View file

@ -13,7 +13,7 @@ use rustc_lint::{LateContext, LateLintPass};
use rustc_middle::hir::map::Map;
use rustc_session::{declare_lint_pass, declare_tool_lint};
use rustc_span::source_map::Span;
use rustc_span::symbol::{Symbol, kw};
use rustc_span::symbol::{kw, Symbol};
use crate::utils::{in_macro, last_path_segment, span_lint, trait_ref_of_method};