Skip to content

Commit dd6ae81

Browse files
committed
impl not necessary
1 parent 84c9d7e commit dd6ae81

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

nexus/db-queries/src/db/queries/region_allocation.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ pub struct RegionParameters {
8585
type AllocationQuery =
8686
TypedSqlQuery<(SelectableSql<CrucibleDataset>, SelectableSql<Region>)>;
8787

88-
impl std::fmt::Debug for AllocationQuery {
89-
fn fmt(
90-
&self,
91-
f: &mut std::fmt::Formatter<'_>,
92-
) -> Result<(), std::fmt::Error> {
93-
f.write_str("AllocationQuery")
94-
}
95-
}
96-
9788
/// Currently the largest region that can be allocated matches the largest disk
9889
/// that can be requested, but separate this constant so that when
9990
/// MAX_DISK_SIZE_BYTES is increased the region allocation query will still use

0 commit comments

Comments
 (0)