summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d253765..3b4e844 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -14,7 +14,6 @@ extern crate pandoc_ast_07 as pandoc_ast;
extern crate pandoc_ast_08 as pandoc_ast;
mod error;
-pub use error::Result;
pub use error::SubplotError;
pub use error::Warning;
pub use error::Warnings;