Remove TODOs (#6843)

This commit is contained in:
Michael Vines
2019-11-08 16:43:18 -07:00
committed by GitHub
parent 9c00ad9ff2
commit efdfc5c327
8 changed files with 5 additions and 22 deletions

View File

@ -96,7 +96,6 @@ impl Index {
}
}
/// TODO: Mark: Change this when coding
impl CodingIndex {
pub fn present_in_bounds(&self, bounds: impl RangeBounds<u64>) -> usize {
self.index.range(bounds).count()