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,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.