diff options
| author | Nathan Perry <np@npry.dev> | 2025-12-17 19:19:59 -0500 |
|---|---|---|
| committer | Nathan Perry <np@npry.dev> | 2025-12-17 20:36:40 -0500 |
| commit | 13fcc8a263970e48999e7f9319876a6443a54ac5 (patch) | |
| tree | e354247547aaabc12da3de21478f6680a4d8f991 /src/lib.rs | |
| parent | d9af3725c5b4b8df91671fd425b734ee30924d8e (diff) | |
clippy fixes
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ #![feature(try_blocks)] -#![feature(maybe_uninit_slice)] #[cfg(feature = "db")] pub mod db; |
