From dde69276d47818174c35523c8ed86b6888b6d02b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 13 Jan 2020 14:36:40 +0100 Subject: =?UTF-8?q?Refactor=20expressions=20and=20create=20tuples=20and=20?= =?UTF-8?q?objects=20=F0=9F=A7=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/func/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/func') 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 }; -- cgit v1.2.3