list: flat: remove unused import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::compound::list::{Indexable, Meta};
|
||||
use crate::compound::peano::{P0, P1, P2, P3, Peano, PeanoNonZero, PNext};
|
||||
use crate::compound::peano::{P0, P1, P2, P3, Peano, PNext};
|
||||
|
||||
#[cfg(feature = "serde")]
|
||||
use serde::{Serialize, Deserialize};
|
||||
|
Reference in New Issue
Block a user