no idea why i was doing all that
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user