12bitfloat
|
12d83c4ae1
|
fix: suppress dead_code and unused import warnings in risspam main.rs
- Added `#![allow(dead_code)]` attribute to suppress warnings for unused items
- Removed unused imports: `Mmap`, `CoreId`, `OnceCell`, `OsString`, `File`, `assert_unchecked`, `MaybeUninit`, `Deref`, `stat`, `FileExt`, `OpenOptionsExt`, `fs`, `mem`, `thread`
- Commented out unused variable `do_parallel` to silence unused variable warning
- Added `#[allow(unused_mut)]` attribute on `stats` variable with safety justification comment
- Fixed variable name from `num_cores` to `num_threads` in `ThreadPoolBuilder::num_threads()` call
|
2025-10-06 11:45:18 +00:00 |
|