aboutsummaryrefslogtreecommitdiff
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 c2272cf..891e387 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,7 +16,6 @@
//!
//! (Look at the note on "Buffering" in the [parser
//! module](raw/parser/index.html#buffering))
-#![feature(try_trait)]
use thiserror::Error;
use getset::Getters;