use color_eyre::Result in most functions

This commit is contained in:
raf 2024-08-05 01:37:32 +03:00
commit 7bed1f583b
Signed by: NotAShelf
GPG key ID: AF26552424E53993
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
use color_eyre::Result;
use nix::sys::statvfs::statvfs;
use nix::sys::sysinfo::SysInfo;