Move StaticVec definition to lib.rs.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use crate::fn_native::{CallableFunction, IteratorFn, Shared};
|
||||
use crate::module::Module;
|
||||
use crate::utils::StaticVec;
|
||||
use crate::StaticVec;
|
||||
|
||||
use crate::stdlib::any::TypeId;
|
||||
|
||||
|
@@ -6,7 +6,7 @@ use crate::engine::Engine;
|
||||
use crate::fn_native::FnPtr;
|
||||
use crate::parser::{ImmutableString, INT};
|
||||
use crate::plugin::*;
|
||||
use crate::utils::StaticVec;
|
||||
use crate::StaticVec;
|
||||
|
||||
#[cfg(not(feature = "unchecked"))]
|
||||
use crate::{result::EvalAltResult, token::Position};
|
||||
|
Reference in New Issue
Block a user