Warning fix: remove redundant import of Default.
This commit is contained in:
parent
0691e48ed8
commit
e567f0d3c5
|
@ -1,7 +1,6 @@
|
||||||
//! Pooled list data structure.
|
//! Pooled list data structure.
|
||||||
|
|
||||||
use std::convert::TryFrom;
|
use std::convert::TryFrom;
|
||||||
use std::default::Default;
|
|
||||||
use std::fmt::Debug;
|
use std::fmt::Debug;
|
||||||
use std::marker::PhantomData;
|
use std::marker::PhantomData;
|
||||||
use std::ops::{Index, IndexMut};
|
use std::ops::{Index, IndexMut};
|
||||||
|
|
Loading…
Reference in a new issue