From b84ff3576660ee1c8be01831c90f30f4592b8fa5 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 16 Mar 2022 09:16:01 +0100 Subject: [PATCH] Add canonicalized to the ignore spell list --- src/uu/df/src/filesystem.rs | 1 + 1 file changed, 1 insertion(+) 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)]