remove #[allow(dead_code)]

This commit is contained in:
Niko Matsakis 2018-05-01 15:00:31 -04:00
parent eaac10ec0d
commit 9788479784

View File

@ -59,7 +59,6 @@ impl LocationTable {
}
}
#[allow(dead_code)] // TODO
crate fn all_points(&self) -> impl Iterator<Item = LocationIndex> {
(0..self.num_points).map(LocationIndex::new)
}