summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-17 10:05:27 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-22 10:32:14 +0200
commit90c9d63ef4cb73c45ac1c59a9bb459746700be79 (patch)
tree9ccc409f5767e16ccb5555ff0660338f72bc4e20 /src/lib.rs
parentea992454debb6b38c80277d774061aec44bb6620 (diff)
downloadsubplot-90c9d63ef4cb73c45ac1c59a9bb459746700be79.tar.gz
Add: struct Document to represent a Subplot document
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4791655..a6e2915 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -10,7 +10,7 @@ pub use error::Error;
pub use error::Result;
mod ast;
-pub use ast::typeset_document;
+pub use ast::Document;
mod steps;
pub use steps::{ScenarioStep, StepKind};