mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore: apply clippy suggestions (#208)
* perf: apply clippy suggestions * allow some unused imports, remove unused import
This commit is contained in:
parent
27840e3ff3
commit
79aeec8df6
5 changed files with 6 additions and 7 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue