mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
kata-ctl: Allow unused enum field
Clippy errors with: ``` error: field `0` is never read ``` but the field is required for the `map_err`, so ignore this error for now to avoid too much disruption Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
@@ -46,6 +46,7 @@ macro_rules! sl {
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[allow(dead_code)]
|
||||
pub enum Error {
|
||||
EpollWait(io::Error),
|
||||
EpollCreate(io::Error),
|
||||
|
Reference in New Issue
Block a user