summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-01 17:15:35 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-01 17:15:35 +0000
commit150bca5db76348030f887d4e7977d4246db5adb5 (patch)
tree3c0e7bc7f3d8a4353cbbe6534f72535440095561
parentf3afd118d1b7ded1dfcfb88dbe7397930d741ac3 (diff)
parent4ef22564455afd02001923a52a971f88208a10e5 (diff)
downloadobnam2-150bca5db76348030f887d4e7977d4246db5adb5.tar.gz
Merge branch 'bugfix/183-drop-unused-fsentry-error' into 'main'
chore: drop unused fsentry::Error Closes #183 See merge request obnam/obnam!203
-rw-r--r--src/fsentry.rs8
1 files changed, 0 insertions, 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;