Philipp Hansch
2020-01-04 11:00:00 +01:00
parent fa9b85d4df
commit c5178e82b4
70 changed files with 83 additions and 79 deletions

View File

@@ -5,9 +5,9 @@ use rustc::hir::*;
use rustc::impl_lint_pass;
use rustc::lint::{LateContext, LateLintPass, LintArray, LintContext, LintPass};
use rustc_session::declare_tool_lint;
use rustc_span::source_map::Span;
use rustc_span::BytePos;
use syntax::ast::Attribute;
use syntax::source_map::Span;
use crate::utils::{match_type, paths, snippet_opt, span_help_and_lint, LimitStack};