Skip to content

Commit 9788479

Browse files
committed
remove #[allow(dead_code)]
1 parent eaac10e commit 9788479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_mir/borrow_check/location.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ impl LocationTable {
5959
}
6060
}
6161

62-
#[allow(dead_code)] // TODO
6362
crate fn all_points(&self) -> impl Iterator<Item = LocationIndex> {
6463
(0..self.num_points).map(LocationIndex::new)
6564
}

0 commit comments

Comments
 (0)