remove #[allow(dead_code)]
This commit is contained in:
parent
eaac10ec0d
commit
9788479784
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user