summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-01-22 11:32:12 +0200
committerLars Wirzenius <liw@liw.fi>2023-01-22 11:35:58 +0200
commit27fac843cd0475026e96545b645c11f15a71d432 (patch)
tree073bad11a601df79c5ff1ddf24af1ad033094ad0 /src/lib.rs
parentb940075214d31b632f62a0ba723e63b857f5e5f1 (diff)
downloadsubplot-27fac843cd0475026e96545b645c11f15a71d432.tar.gz
refactor: drop abstract syntax tree built using pulldown_cmark
We'll want to use the new Markdown type instead. Sponsored-by: author
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 966118d..747b375 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -74,4 +74,4 @@ mod codegen;
pub use codegen::generate_test_program;
mod ast;
-pub use ast::{AbstractSyntaxTree, YamlMetadata};
+pub use ast::YamlMetadata;