1
Fork 0
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:
Sylvestre Ledru 2022-03-16 09:16:01 +01:00 committed by GitHub
parent f4ca963dca
commit b84ff35766
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)]