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
|
|
@ -4,6 +4,7 @@ pub mod protocol;
|
|||
/// All types used by the implementation.
|
||||
pub mod types;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
pub use protocol::*;
|
||||
pub use types::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue