mirror of
https://github.com/Tribufu/rust-gamedig
synced 2026-08-17 19:01:06 +00:00
[Protocol] Apply many nursery clippy lints
This commit is contained in:
parent
c4097fae78
commit
f50c50f0f1
21 changed files with 166 additions and 178 deletions
|
|
@ -12,7 +12,7 @@ pub use types::*;
|
|||
mod client;
|
||||
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum QuakeVersion {
|
||||
One,
|
||||
Two,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue