From d1b7691adb7c40bf21053d324fdac16c544cd536 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 7 Mar 2026 22:58:42 +0100 Subject: remove unused features --- common/object/src/lib.rs | 2 +- common/src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'common') diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs index 3be4d6f..3790730 100644 --- a/common/object/src/lib.rs +++ b/common/object/src/lib.rs @@ -3,7 +3,7 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2026 metamuffin */ -#![feature(iter_array_chunks, strip_circumfix, phantom_variance_markers)] +#![feature(iter_array_chunks, strip_circumfix)] mod buffer; pub mod debug; diff --git a/common/src/lib.rs b/common/src/lib.rs index 417acee..d94c72c 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -3,7 +3,6 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin */ -#![feature(phantom_variance_markers)] pub mod api; pub mod internal; pub mod node; -- cgit v1.3