aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/lib.rs b/ui/src/lib.rs
index 76e2018..b4f8d68 100644
--- a/ui/src/lib.rs
+++ b/ui/src/lib.rs
@@ -3,7 +3,6 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2026 metamuffin <metamuffin.org>
*/
-#![feature(phantom_variance_markers)]
pub mod components;
pub(crate) mod format;
mod scaffold;