chiark / gitweb /
Drop some not-needed unstable features
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 20:15:06 +0000 (20:15 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Jan 2021 20:18:59 +0000 (20:18 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/lib.rs
wdriver.rs

index 3c03848a5863d6b5def295cc2973881867ff7a20..5594fd61a139a03fc75a12455ded42646bb3f03c 100644 (file)
@@ -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)]
index a81314afe53072990659ed55f390c75a00539c8d..a0858d23a065319755c8d89c959cd7f40e5daa29 100644 (file)
@@ -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};