aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 931ee61..de0ac85 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,8 +18,6 @@
//! module](raw/parser/index.html#buffering))
#![feature(try_trait, stmt_expr_attributes, never_type)]
#[macro_use]
-extern crate num_derive;
-#[macro_use]
extern crate getset;
use thiserror::Error;