Fix global var

This commit is contained in:
Quentin Legot
2023-03-01 11:10:15 +01:00
committed by François Autin
parent e3e217c57f
commit cf1c7aad5a
6 changed files with 49 additions and 19 deletions

View File

@ -1,4 +1,5 @@
#[derive(PartialEq)]
pub struct Process {
}