We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c9d7e commit dd6ae81Copy full SHA for dd6ae81
nexus/db-queries/src/db/queries/region_allocation.rs
@@ -85,15 +85,6 @@ pub struct RegionParameters {
85
type AllocationQuery =
86
TypedSqlQuery<(SelectableSql<CrucibleDataset>, SelectableSql<Region>)>;
87
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
-
97
/// Currently the largest region that can be allocated matches the largest disk
98
/// that can be requested, but separate this constant so that when
99
/// MAX_DISK_SIZE_BYTES is increased the region allocation query will still use
0 commit comments