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
+1
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)]