summaryrefslogtreecommitdiff
path: root/src/fsentry.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-09 09:11:44 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-09 09:11:44 +0300
commit307abfa167cd898f112472bc33a13b17a326c676 (patch)
treeedcc62b1e2fcbd294f5e09e4fbf47c845eb519dd /src/fsentry.rs
parent02d6e2e7d8c8b7854a2289f57a9039598b1430fa (diff)
downloadobnam2-307abfa167cd898f112472bc33a13b17a326c676.tar.gz
chore: tidy up things to satisfy clippy
Sponsored-by: author
Diffstat (limited to 'src/fsentry.rs')
-rw-r--r--src/fsentry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsentry.rs b/src/fsentry.rs
index 276e3f9..f31d6b5 100644
--- a/src/fsentry.rs
+++ b/src/fsentry.rs
@@ -268,7 +268,7 @@ impl EntryBuilder {
}
/// Different types of file system entries.
-#[derive(Debug, Copy, Clone, PartialEq, Serialize, Deserialize)]
+#[derive(Debug, Copy, Clone, Eq, PartialEq, Serialize, Deserialize)]
pub enum FilesystemKind {
/// Regular file, including a hard link to one.
Regular,