aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-03-07 22:58:42 +0100
committermetamuffin <metamuffin@disroot.org>2026-03-07 22:58:42 +0100
commitd1b7691adb7c40bf21053d324fdac16c544cd536 (patch)
treeeb2c1df8a5cea0ebb28e065da2189a22df6f6289 /common/src/lib.rs
parent39345504437a01b94554b7d23dd8d1b56176fd20 (diff)
downloadjellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar
jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar.bz2
jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar.zst
remove unused features
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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;