chore: apply clippy suggestions (#208)

* perf: apply clippy suggestions

* allow some unused imports, remove unused import
This commit is contained in:
CosminPerRam 2024-06-29 21:51:15 +03:00 committed by GitHub
parent 27840e3ff3
commit 79aeec8df6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 7 deletions

View file

@ -55,6 +55,7 @@ pub mod capture;
pub use errors::*;
#[cfg(feature = "games")]
pub use games::*;
#[allow(unused_imports)]
#[cfg(feature = "games")]
pub use query::*;
#[cfg(feature = "services")]