aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index de0ac85..c95b6f8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -17,10 +17,9 @@
//! (Look at the note on "Buffering" in the [parser
//! module](raw/parser/index.html#buffering))
#![feature(try_trait, stmt_expr_attributes, never_type)]
-#[macro_use]
-extern crate getset;
use thiserror::Error;
+use getset::Getters;
pub mod raw;