From 4ef22564455afd02001923a52a971f88208a10e5 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sat, 1 Jan 2022 20:09:18 +0300 Subject: chore: drop unused fsentry::Error This type was superceded by fsentry::FsEntryError in a2adcb5a90c15b473a2fcf114555443fba8a20ce. Fixes #183. --- src/fsentry.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/fsentry.rs b/src/fsentry.rs index 6b29c4e..9f40fd0 100644 --- a/src/fsentry.rs +++ b/src/fsentry.rs @@ -223,14 +223,6 @@ impl FilesystemKind { } } -/// Possible errors from FileKind conversions. -#[derive(Debug, thiserror::Error)] -pub enum Error { - /// The code was unknown. - #[error("unknown file kind code {0}")] - UnknownFileKindCode(u8), -} - #[cfg(test)] mod test { use super::FilesystemKind; -- cgit v1.2.1