We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ca963 commit b84ff35Copy full SHA for b84ff35
src/uu/df/src/filesystem.rs
@@ -7,6 +7,7 @@
7
//! A [`Filesystem`] struct represents a device containing a
8
//! filesystem mounted at a particular directory. It also includes
9
//! information on amount of space available and amount of space used.
10
+// spell-checker:ignore canonicalized
11
use std::path::Path;
12
13
#[cfg(unix)]
0 commit comments