misc: get rid of some errors from Cargo lol

This commit is contained in:
2025-06-24 21:55:11 +01:00
parent 2a6991fe4a
commit 92c4660a4d
9 changed files with 119 additions and 107 deletions
+3
View File
@@ -23,3 +23,6 @@ pub mod prelude {
pub use crate::tooling::brainf;
pub use crate::tooling::project;
}
use num_cpus as _;
use threadpool as _;