mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 02:24:12 +02:00
fmt
This commit is contained in:
parent
acc1584524
commit
992941b5e4
8 changed files with 4 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
use bitbuffer::{BitRead};
|
||||
use bitbuffer::BitRead;
|
||||
|
||||
use crate::demo::parser::MalformedSendPropDefinitionError;
|
||||
use crate::demo::sendprop::{
|
||||
|
|
@ -8,11 +8,8 @@ use crate::{Parse, ParseError, ParserState, Result, Stream};
|
|||
use parse_display::{Display, FromStr};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
||||
use std::cmp::min;
|
||||
|
||||
|
||||
|
||||
use std::rc::Rc;
|
||||
|
||||
#[derive(BitRead, Debug, Clone, Copy, PartialEq, Eq, Hash, Ord, PartialOrd, Display, FromStr)]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
use bitbuffer::BitRead;
|
||||
use num_enum::TryFromPrimitive;
|
||||
|
||||
|
||||
use crate::{Parse, ParserState, Result, Stream};
|
||||
|
||||
use self::consolecmd::ConsoleCmdPacket;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue