diff options
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |