Remove extraneous import

This commit is contained in:
Gino Valente 2022-05-26 00:45:33 -07:00
parent a877911bce
commit 63c284f85e

View File

@ -1,7 +1,7 @@
use smallvec::SmallVec;
use std::any::Any;
use crate::utility::{TypeInfoCell, TypeInfoGenericCell};
use crate::utility::TypeInfoCell;
use crate::{
Array, ArrayIter, FromReflect, List, ListInfo, Reflect, ReflectMut, ReflectRef, TypeInfo, Typed,
};