From: Ian Jackson Date: Wed, 30 Mar 2022 22:55:57 +0000 (+0100) Subject: Drop remaining feature enablements. X-Git-Tag: otter-1.0.0~69 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=400a1fbd1dcd6487b697eeac10baa480712b5ebb;p=otter.git Drop remaining feature enablements. Signed-off-by: Ian Jackson --- 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;