Skip to content

Commit

Permalink
not a valid XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Nov 25, 2024
1 parent 1e1e7a6 commit 407228e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev-tools/omdb/src/bin/omdb/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2387,8 +2387,6 @@ async fn cmd_db_region_used_by(
String::from("listing regions")
});

// XXX it'd be nice to do VolumeUuid here but the eq_any doesn't have an
// equivalent function like to_db_typed_uuid that can be applied.
let volumes: Vec<Uuid> =
regions.iter().map(|x| x.volume_id().into_untyped_uuid()).collect();

Expand Down

0 comments on commit 407228e

Please sign in to comment.