From 400a1fbd1dcd6487b697eeac10baa480712b5ebb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 30 Mar 2022 23:55:57 +0100 Subject: [PATCH] Drop remaining feature enablements. Signed-off-by: Ian Jackson --- daemon/main.rs | 3 --- src/lib.rs | 1 - 2 files changed, 4 deletions(-) diff --git a/daemon/main.rs b/daemon/main.rs index 6b903724..4c6c084d 100644 --- a/daemon/main.rs +++ b/daemon/main.rs @@ -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; diff --git a/src/lib.rs b/src/lib.rs index 8b206254..731f1020 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(type_alias_impl_trait)] #![allow(clippy::redundant_closure_call)] pub mod imports; -- 2.30.2