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 /database/src | |
| parent | 39345504437a01b94554b7d23dd8d1b56176fd20 (diff) | |
| download | jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar.bz2 jellything-d1b7691adb7c40bf21053d324fdac16c544cd536.tar.zst | |
remove unused features
Diffstat (limited to 'database/src')
| -rw-r--r-- | database/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/database/src/lib.rs b/database/src/lib.rs index 263c2fc..62d6073 100644 --- a/database/src/lib.rs +++ b/database/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 helper; pub mod kv; pub mod query_syntax; |