Warning fix: remove redundant import of Default.

This commit is contained in:
Chris Fallin 2024-03-27 22:39:58 -07:00
parent 0691e48ed8
commit e567f0d3c5

View file

@ -1,7 +1,6 @@
//! Pooled list data structure.
use std::convert::TryFrom;
use std::default::Default;
use std::fmt::Debug;
use std::marker::PhantomData;
use std::ops::{Index, IndexMut};