From af0ee522f67d1f203df06667fdf8d5bdab02f45f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 12 Jan 2021 20:15:06 +0000 Subject: [PATCH] Drop some not-needed unstable features Signed-off-by: Ian Jackson --- src/lib.rs | 1 - wdriver.rs | 3 --- 2 files changed, 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 3c03848a..5594fd61 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,6 @@ // SPDX-License-Identifier: AGPL-3.0-or-later // There is NO WARRANTY. -#![feature(proc_macro_hygiene, decl_macro)] #![feature(slice_strip)] #![allow(clippy::redundant_closure_call)] diff --git a/wdriver.rs b/wdriver.rs index a81314af..a0858d23 100644 --- a/wdriver.rs +++ b/wdriver.rs @@ -2,9 +2,6 @@ // SPDX-License-Identifier: AGPL-3.0-or-later // There is NO WARRANTY. -#![feature(unboxed_closures)] -#![feature(fn_traits)] - pub use anyhow::{anyhow, ensure, Context}; pub use boolinator::Boolinator; pub use fehler::{throw, throws}; -- 2.30.2