diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/object/src/lib.rs | 2 | ||||
| -rw-r--r-- | common/src/lib.rs | 1 |
2 files changed, 1 insertions, 2 deletions
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 <metamuffin.org> */ -#![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 <metamuffin.org> */ -#![feature(phantom_variance_markers)] pub mod api; pub mod internal; pub mod node; |