]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir/src/dataflow/move_paths/mod.rs
Remove unused #[allow(...)] statements from compiler/
[rust.git] / compiler / rustc_mir / src / dataflow / move_paths / mod.rs
index d66d2625d78eaafcbb0ed747af3dc71ee7e5e5c6..7c630259186032e245999763c8184d41b68214ce 100644 (file)
@@ -144,7 +144,6 @@ fn fmt(&self, w: &mut fmt::Formatter<'_>) -> fmt::Result {
     }
 }
 
-#[allow(unused)]
 struct MovePathLinearIter<'a, 'tcx, F> {
     next: Option<(MovePathIndex, &'a MovePath<'tcx>)>,
     fetch_next: F,