Added debug attributes to structs pertaining to thread in order to allow for applying assertions upon Thread
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
#[derive(PartialEq)]
|
||||
#[derive(PartialEq, Debug)]
|
||||
pub struct Process {
|
||||
pub num_thread: usize,
|
||||
}
|
Reference in New Issue
Block a user