chiark / gitweb /
Drop remaining feature enablements.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 30 Mar 2022 22:55:57 +0000 (23:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 30 Mar 2022 22:55:57 +0000 (23:55 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
daemon/main.rs
src/lib.rs

index 6b903724958d7edb2f156a5fceb95654c59b8bb5..4c6c084d7e2042c8b61b1b39d339a680301b603b 100644 (file)
@@ -2,9 +2,6 @@
 // SPDX-License-Identifier: AGPL-3.0-or-later
 // There is NO WARRANTY.
 
-#![feature(lint_reasons)]
-#![feature(proc_macro_hygiene, decl_macro)]
-
 use otter::imports::*;
 
 pub mod imports;
index 8b206254ecaa4544c7125205c1b0128a07c19a55..731f1020ababda560d93cb704c43d37c8d1f913a 100644 (file)
@@ -2,7 +2,6 @@
 // SPDX-License-Identifier: AGPL-3.0-or-later
 // There is NO WARRANTY.
 
-#![feature(type_alias_impl_trait)]
 #![allow(clippy::redundant_closure_call)]
 
 pub mod imports;