mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 03:26:18 +00:00
Add canonicalized to the ignore spell list
This commit is contained in:
parent
f4ca963dca
commit
b84ff35766
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue