Rustup to rust-lang/rust#68045
This commit is contained in:
parent
2677a4ef02
commit
ce1c6b285d
167 changed files with 209 additions and 178 deletions
|
@ -1,9 +1,10 @@
|
|||
//! lint on manually implemented checked conversions that could be transformed into `try_from`
|
||||
|
||||
use if_chain::if_chain;
|
||||
use rustc::lint::{in_external_macro, LateContext, LateLintPass, LintContext};
|
||||
use rustc::lint::in_external_macro;
|
||||
use rustc_errors::Applicability;
|
||||
use rustc_hir::*;
|
||||
use rustc_lint::{LateContext, LateLintPass, LintContext};
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
use syntax::ast::LitKind;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue