This commit is contained in:
Yuki Okushi
2020-01-12 15:08:41 +09:00
parent 2677a4ef02
commit ce1c6b285d
167 changed files with 209 additions and 178 deletions

View File

@@ -1,9 +1,9 @@
use crate::consts::{constant, Constant};
use crate::utils::{sext, span_lint_and_then};
use if_chain::if_chain;
use rustc::lint::{LateContext, LateLintPass};
use rustc::ty::{self};
use rustc_hir::*;
use rustc_lint::{LateContext, LateLintPass};
use rustc_session::{declare_lint_pass, declare_tool_lint};
use std::fmt::Display;