CI-only clippy errors

This commit is contained in:
Bojan Serafimov
2022-07-12 17:46:27 -04:00
parent 5bcc5e4891
commit bacc52cf03

View File

@@ -434,6 +434,7 @@ impl PageServerHandler {
}
}
#[allow(clippy::drop_non_drop)] // Only complains in CI, not sure why
fn handle_pagerequests(
&self,
pgb: &mut PostgresBackend,