mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +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
|
|
@ -273,7 +273,7 @@ impl ValveProtocol {
|
|||
|
||||
if let Engine::GoldSrc(force) = engine {
|
||||
if *force {
|
||||
return ValveProtocol::get_goldsrc_server_info(&mut buffer);
|
||||
return Self::get_goldsrc_server_info(&mut buffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue