Remove extra import

This commit is contained in:
J Henry Waugh 2020-08-14 16:30:00 -05:00
parent 431c80b46b
commit 4de02c2bd7

View File

@ -11,9 +11,6 @@ use crate::utils::StaticVec;
#[cfg(not(feature = "unchecked"))] #[cfg(not(feature = "unchecked"))]
use crate::{result::EvalAltResult, token::Position}; use crate::{result::EvalAltResult, token::Position};
#[cfg(not(feature = "no_index"))]
use crate::engine::Array;
use crate::stdlib::{ use crate::stdlib::{
any::TypeId, boxed::Box, fmt::Display, format, mem, string::ToString, vec::Vec, any::TypeId, boxed::Box, fmt::Display, format, mem, string::ToString, vec::Vec,
}; };