clippy fixes

This commit is contained in:
2024-11-04 13:35:26 +01:00
parent b4cb034b73
commit edcd5491f1
6 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,4 @@
#![no_std]
#[cfg(feature = "alloc")]
extern crate alloc;
#[cfg(any(feature = "std", test))]
extern crate std;