misc: get rid of some errors from Cargo lol

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