clippy deletion queue

This commit is contained in:
John Spray
2023-09-11 18:10:37 +01:00
parent 34007e12a1
commit a5aa6652c6

View File

@@ -764,6 +764,7 @@ mod test {
#[async_trait::async_trait]
impl ControlPlaneGenerationsApi for MockControlPlane {
#[allow(clippy::diverging_sub_expression)] // False positive via async_trait
async fn re_attach(&self) -> anyhow::Result<HashMap<TenantId, Generation>> {
unimplemented!()
}