Fix errors from new clippy version

This commit is contained in:
Bojan Serafimov
2022-07-12 16:26:53 -04:00
parent 05e3d16a18
commit 5bcc5e4891
4 changed files with 10 additions and 9 deletions

View File

@@ -10,5 +10,6 @@ pub mod logger;
pub mod compute;
pub mod monitor;
pub mod params;
#[allow(clippy::format_push_string)] // Clippy's suggestion doesn't actually work
pub mod pg_helpers;
pub mod spec;