mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 01:20:38 +00:00
clippy deletion queue
This commit is contained in:
@@ -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!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user