Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jun 5, 2024
1 parent daa636e commit 49ed926
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions coverage_map/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ impl CoverageMapBuilder {
/// A submap only contains the hexes that exist in the provided `coverage_objs` arguments. This
/// allows for one to determine the potential ranking of new coverage objects without having
/// to clone the entire CoverageMapBuilder.
// TODO(map): Should this return a `CoverageMap` instead? I don't really see the purpose of
// having this return a `CoverageMapBuilder` since it will probably always be converted instantly
// to a `CoverageMap`.
pub fn submap(&self, coverage_objs: Vec<CoverageObject>) -> Self {
// A different way to implement this function would be to insert all of the coverage_objs into
// the submap, and then reconstruct the coverage objs from only the relevant hexes and then
Expand Down

0 comments on commit 49ed926

Please sign in to comment.