Rustup to rust-lang/rust#68045
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use rustc::lint::LateContext;
|
||||
use rustc::ty;
|
||||
use rustc_data_structures::fx::FxHashSet;
|
||||
use rustc_hir::def::Res;
|
||||
use rustc_hir::*;
|
||||
use rustc_lint::LateContext;
|
||||
use rustc_typeck::expr_use_visitor::*;
|
||||
|
||||
/// Returns a set of mutated local variable IDs, or `None` if mutations could not be determined.
|
||||
|
||||
Reference in New Issue
Block a user