summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-05 19:06:43 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-08 16:56:30 +0300
commitc8f96271fd18dd38c6112a01380a3246ee6b871a (patch)
tree4dd0a30c4eb098f43f69bcffc986dd77adf21d2b /src
parent014c3ff3d957a3012278e4f11a81404c873738e9 (diff)
downloadsubplot-c8f96271fd18dd38c6112a01380a3246ee6b871a.tar.gz
chore: drop Pandoc stuff as a Rust depenendency
Sponsored-by: author
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 194db38..9c9de7d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -6,13 +6,6 @@
#![deny(missing_docs)]
-// Handle the multiple pandoc_ast versions
-
-#[cfg(feature = "pandoc_ast_07")]
-extern crate pandoc_ast_07 as pandoc_ast;
-#[cfg(feature = "pandoc_ast_08")]
-extern crate pandoc_ast_08 as pandoc_ast;
-
mod error;
pub use error::SubplotError;
pub use error::Warning;