nicer import

This commit is contained in:
2025-12-07 11:33:02 +00:00
parent d951a1ebed
commit fb910d7237
+1 -1
View File
@@ -2,7 +2,7 @@ use crate::{
error::Error, error::Error,
sys::{handle::Handle, memory, snapshot}, sys::{handle::Handle, memory, snapshot},
}; };
use derive_more::{Debug, From, derive::Display}; use derive_more::{Debug, Display, From};
#[derive(Debug, Default, Clone)] #[derive(Debug, Default, Clone)]
/// a process running on the system /// a process running on the system