diff options
Diffstat (limited to 'src/library/mod.rs')
| -rw-r--r-- | src/library/mod.rs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/library/mod.rs b/src/library/mod.rs index ad66f2c3..980f45c8 100644 --- a/src/library/mod.rs +++ b/src/library/mod.rs @@ -66,14 +66,12 @@ pub mod prelude { pub use crate::diag::{with_alternative, At, StrResult, TypResult}; pub use crate::eval::{ - Arg, Args, Cast, Construct, Func, Merge, Property, Scope, Set, Show, ShowNode, - Smart, StyleChain, StyleMap, StyleVec, Template, Value, + Arg, Args, Cast, Construct, Func, Layout, LayoutNode, Merge, Property, Regions, + Scope, Set, Show, ShowNode, Smart, StyleChain, StyleMap, StyleVec, Template, + Value, }; pub use crate::frame::*; pub use crate::geom::*; - pub use crate::layout::{ - Constrain, Constrained, Constraints, Layout, LayoutNode, Regions, - }; pub use crate::syntax::{Span, Spanned}; pub use crate::util::{EcoString, OptionExt}; pub use crate::Vm; |
