Remove unused #[allow(...)] statements from compiler/
This commit is contained in:
parent
c6e4db620a
commit
12187b7f86
21 changed files with 2 additions and 28 deletions
|
@ -144,7 +144,6 @@ impl<'tcx> fmt::Display for MovePath<'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
struct MovePathLinearIter<'a, 'tcx, F> {
|
||||
next: Option<(MovePathIndex, &'a MovePath<'tcx>)>,
|
||||
fetch_next: F,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue