1
0
forked from Rativel/BurritOS

Cargo clippy fix

This commit is contained in:
François Autin
2023-05-06 17:59:48 +02:00
parent d35314bead
commit 9b87a0cd83
10 changed files with 25 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
#[derive(PartialEq, Debug)]
#[derive(PartialEq, Eq, Debug)]
pub struct Process {
pub num_thread: usize,
}