mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
fmt+clippy
This commit is contained in:
parent
43c9021ba2
commit
2bad24dedd
30 changed files with 947 additions and 3396 deletions
|
|
@ -104,7 +104,7 @@ impl<'a> BitRead<'a, LittleEndian> for ParseSoundsMessage<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> BitWrite<LittleEndian> for ParseSoundsMessage<'a> {
|
||||
impl BitWrite<LittleEndian> for ParseSoundsMessage<'_> {
|
||||
fn write(&self, stream: &mut BitWriteStream<LittleEndian>) -> ReadResult<()> {
|
||||
self.reliable.write(stream)?;
|
||||
if !self.reliable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue