diff options
Diffstat (limited to 'src/func/mod.rs')
| -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 01c77327..5f4918d9 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -16,7 +16,7 @@ pub mod prelude { pub use crate::layout::prelude::*; pub use crate::syntax::{ ParseContext, ParseResult, - SyntaxTree, FuncCall, FuncArgs, PosArg, KeyArg, + SyntaxTree, FuncCall, FuncArgs, Expression, Ident, ExpressionKind, Spanned, Span }; |
