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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/object') 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; -- cgit v1.3