This commit is contained in:
Yuki Okushi
2020-01-07 01:39:50 +09:00
parent 732825dcff
commit 2f2eaf8b7e
140 changed files with 231 additions and 218 deletions

View File

@@ -1,8 +1,8 @@
use rustc::hir::def::Res;
use rustc::hir::*;
use rustc::lint::LateContext;
use rustc::ty;
use rustc_data_structures::fx::FxHashSet;
use rustc_hir::def::Res;
use rustc_hir::*;
use rustc_typeck::expr_use_visitor::*;
/// Returns a set of mutated local variable IDs, or `None` if mutations could not be determined.