Remove ScopeEntry and VariableType from public.
This commit is contained in:
parent
180c4dee08
commit
599b81ad8a
@ -63,7 +63,7 @@ pub use error::{ParseError, ParseErrorType};
|
||||
pub use fn_register::{RegisterDynamicFn, RegisterFn, RegisterResultFn};
|
||||
pub use parser::{Position, AST, INT};
|
||||
pub use result::EvalAltResult;
|
||||
pub use scope::{Scope, ScopeEntry, VariableType};
|
||||
pub use scope::Scope;
|
||||
|
||||
#[cfg(not(feature = "no_index"))]
|
||||
pub use engine::Array;
|
||||
|
Loading…
Reference in New Issue
Block a user