mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
nit warns
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user