From e01970b20a058ab1b4ebea916f229c9b706c84e4 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 18 Feb 2022 15:02:02 +0100 Subject: Basic show rules --- src/syntax/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/syntax/mod.rs') diff --git a/src/syntax/mod.rs b/src/syntax/mod.rs index c0de081d..c702199e 100644 --- a/src/syntax/mod.rs +++ b/src/syntax/mod.rs @@ -2,7 +2,6 @@ pub mod ast; mod highlight; -mod pretty; mod span; use std::fmt::{self, Debug, Display, Formatter}; @@ -11,7 +10,6 @@ use std::ops::Range; use std::sync::Arc; pub use highlight::*; -pub use pretty::*; pub use span::*; use self::ast::{MathNode, RawNode, TypedNode}; -- cgit v1.2.3