rename RhaiCustomType to CustomType

This commit is contained in:
Tristan Guichaoua
2022-08-08 15:12:43 +02:00
parent b6937fd21d
commit 1ccb5c0f26
2 changed files with 3 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ type ExclusiveRange = std::ops::Range<INT>;
/// An inclusive integer range.
type InclusiveRange = std::ops::RangeInclusive<INT>;
pub use api::{build_type::RhaiCustomType, events::VarDefInfo};
pub use api::{build_type::CustomType, events::VarDefInfo};
pub use ast::{FnAccess, AST};
pub use engine::{Engine, OP_CONTAINS, OP_EQUALS};
pub use eval::EvalContext;