Rustup to rust-lang/rust#68045
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user