From b4be25e43b1ee9da924d13b7f2e8289f12bd2c3b Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 24 Oct 2019 19:10:03 +0200 Subject: =?UTF-8?q?Prettify=20peeking=20and=20rearrange=20syntax/parsing?= =?UTF-8?q?=20modules=20=F0=9F=A7=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 0b559be9..9259ffb7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,9 +22,8 @@ use toddle::query::{FontLoader, FontProvider, SharedFontLoader}; use crate::func::Scope; use crate::layout::{layout_tree, LayoutContext, MultiLayout}; use crate::layout::{Alignment, Flow, LayoutError, LayoutResult, LayoutSpace}; -use crate::parsing::{parse, ParseContext, ParseError, ParseResult}; +use crate::syntax::{SyntaxTree, parse, ParseContext, ParseError, ParseResult}; use crate::style::{PageStyle, TextStyle}; -use crate::syntax::SyntaxTree; #[macro_use] mod macros; @@ -33,7 +32,6 @@ pub mod export; pub mod func; pub mod layout; pub mod library; -pub mod parsing; pub mod size; pub mod style; pub mod syntax; -- cgit v1.2.3