aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c7d4651..c2272cf 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,7 +16,7 @@
//!
//! (Look at the note on "Buffering" in the [parser
//! module](raw/parser/index.html#buffering))
-#![feature(try_trait, stmt_expr_attributes, never_type)]
+#![feature(try_trait)]
use thiserror::Error;
use getset::Getters;