diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-07 22:58:42 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-07 22:58:42 +0100 |
| commit | d1b7691adb7c40bf21053d324fdac16c544cd536 (patch) | |
| tree | eb2c1df8a5cea0ebb28e065da2189a22df6f6289 /ui | |
| parent | 39345504437a01b94554b7d23dd8d1b56176fd20 (diff) | |
| download | jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar.bz2 jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar.zst | |
remove unused features
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/src/lib.rs | 1 |
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; |