mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-28 14:25:43 +00:00
fix clippy warnings
This commit is contained in:
parent
8dd2aea267
commit
4da27a70e6
2 changed files with 0 additions and 3 deletions
|
@ -23,8 +23,6 @@ mod range;
|
||||||
mod size;
|
mod size;
|
||||||
mod traits;
|
mod traits;
|
||||||
|
|
||||||
#[cfg(feature = "schemars")]
|
|
||||||
mod schemars_impls;
|
|
||||||
#[cfg(feature = "serde")]
|
#[cfg(feature = "serde")]
|
||||||
mod serde_impls;
|
mod serde_impls;
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ use {
|
||||||
fmt, iter,
|
fmt, iter,
|
||||||
num::TryFromIntError,
|
num::TryFromIntError,
|
||||||
ops::{Add, AddAssign, Sub, SubAssign},
|
ops::{Add, AddAssign, Sub, SubAssign},
|
||||||
u32,
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue