nit warns

This commit is contained in:
Ruben Fiszel
2025-12-19 12:57:06 +00:00
parent ff0d1d444e
commit 5f182bc28a
+2
View File
@@ -3,9 +3,11 @@ use std::path::PathBuf;
#[derive(Debug)]
pub enum CgroupError {
#[allow(unused)]
PathNotFound(PathBuf),
NotSupported,
PermissionDenied,
#[allow(unused)]
Io(std::io::Error),
}