diff --git a/src/uu/df/src/filesystem.rs b/src/uu/df/src/filesystem.rs index 0c044a83f..bd9ff34eb 100644 --- a/src/uu/df/src/filesystem.rs +++ b/src/uu/df/src/filesystem.rs @@ -7,6 +7,7 @@ //! A [`Filesystem`] struct represents a device containing a //! filesystem mounted at a particular directory. It also includes //! information on amount of space available and amount of space used. +// spell-checker:ignore canonicalized use std::path::Path; #[cfg(unix)]