no idea why i was doing all that

This commit is contained in:
2024-12-31 08:35:33 +00:00
parent ffd8da0343
commit e3f6613c6d
3 changed files with 10 additions and 12 deletions
-4
View File
@@ -1,5 +1,4 @@
#![allow(clippy::module_inception)]
#![allow(clippy::module_name_repetitions)]
mod handle;
mod memory;
@@ -9,6 +8,3 @@ mod snapshot;
pub use module::Module;
pub use process::{Identifier, Process};
type ProcessSnapshot = snapshot::Process;
type ModuleSnapshot = snapshot::Module;