This commit is contained in:
Yuki Okushi
2019-12-31 09:17:56 +09:00
parent 3036b0e6d5
commit 9086b17e14
31 changed files with 36 additions and 36 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::BytePos;
use syntax::ast::Attribute;
use syntax::source_map::Span;
use syntax_pos::BytePos;
use crate::utils::{match_type, paths, snippet_opt, span_help_and_lint, LimitStack};