Remove unused error variant

reviewable/pr1369/r30
Tamir Duberstein 1 week ago
parent 4ce1e29804
commit 6fc06b9fcf
No known key found for this signature in database

@ -40,8 +40,6 @@ pub(crate) enum NetlinkErrorInternal {
#[error(transparent)] #[error(transparent)]
IoError(#[from] io::Error), IoError(#[from] io::Error),
#[error(transparent)] #[error(transparent)]
NulError(#[from] std::ffi::NulError),
#[error(transparent)]
NlAttrError(#[from] NlAttrError), NlAttrError(#[from] NlAttrError),
} }

Loading…
Cancel
Save