fix a multitude of clippy warns

This commit is contained in:
2024-12-30 18:26:41 +00:00
parent d6fb43adc1
commit 18df986c67
5 changed files with 24 additions and 35 deletions
+2
View File
@@ -1,3 +1,5 @@
#![allow(clippy::module_inception)]
mod handle;
mod memory;
mod process;