diff options
Diffstat (limited to 'src/func')
| -rw-r--r-- | src/func/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index 69f28e00..01c77327 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -15,7 +15,7 @@ pub mod prelude { pub use crate::func::{Scope, ParseFunc, LayoutFunc, Command, Commands}; pub use crate::layout::prelude::*; pub use crate::syntax::{ - parse, ParseContext, ParseResult, + ParseContext, ParseResult, SyntaxTree, FuncCall, FuncArgs, PosArg, KeyArg, Expression, Ident, ExpressionKind, Spanned, Span |
