This commit is contained in:
Yuki Okushi
2019-12-30 13:02:10 +09:00
parent c807fbc8ba
commit a4c201e6b4
36 changed files with 139 additions and 131 deletions

View File

@@ -23,7 +23,7 @@ pub fn mutated_variables<'a, 'tcx>(expr: &'tcx Expr<'_>, cx: &'a LateContext<'a,
}
pub fn is_potentially_mutated<'a, 'tcx>(
variable: &'tcx Path,
variable: &'tcx Path<'_>,
expr: &'tcx Expr<'_>,
cx: &'a LateContext<'a, 'tcx>,
) -> bool {