Remove rustc hack.

This commit is contained in:
4lDO2
2024-07-16 19:52:18 +02:00
parent bda12fe55e
commit cc465c008b
2 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ impl DerefMut for Process {
&mut self.info
}
}
#[derive(Debug)]
#[derive(Debug, Clone, Copy)]
pub enum ProcessStatus {
PossiblyRunnable,
Stopped(usize),