From 84d74c3a47cc0cfad42f2b000a872d9fcbec120e Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 27 Apr 2020 15:22:53 +0200 Subject: remove features stmt_expr_attributes & never_type Those are not used anymore and can be disabled. Maybe we can even get rid of try_trait in a nice way, allowing us to run on stable instead of nightly-only. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3