summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-07 04:35:42 -0400
committerGitHub <noreply@github.com>2023-05-07 04:35:42 -0400
commita62fdc5e042b2a9cf745a416f817fa9dea129078 (patch)
tree1095108ab11ec6b1d639c72c72557df9493559e3 /src/app
parentf00d09ded5126d2ee3db9eff2840cfd33a7ead05 (diff)
deps: bump clap to 4.2.7 and libc to 0.2.143 (#1136)
Diffstat (limited to 'src/app')
-rw-r--r--src/app/data_harvester/disks/unix/file_systems.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/data_harvester/disks/unix/file_systems.rs b/src/app/data_harvester/disks/unix/file_systems.rs
index 91f26081..3fc51ed8 100644
--- a/src/app/data_harvester/disks/unix/file_systems.rs
+++ b/src/app/data_harvester/disks/unix/file_systems.rs
@@ -61,11 +61,9 @@ pub enum FileSystem {
/// APFS (https://en.wikipedia.org/wiki/Apple_File_System)
Apfs,
- // TODO: Should it be considered as a physical FS?
/// FUSE (https://en.wikipedia.org/wiki/Filesystem_in_Userspace)
FuseBlk,
- // TODO: Extend list
/// Some unspecified filesystem.
Other(String),
}