From a62fdc5e042b2a9cf745a416f817fa9dea129078 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 7 May 2023 04:35:42 -0400 Subject: deps: bump clap to 4.2.7 and libc to 0.2.143 (#1136) --- src/app/data_harvester/disks/unix/file_systems.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app/data_harvester/disks/unix/file_systems.rs') 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), } -- cgit v1.2.3