Skip to content

Commit 4ff7eb9

Browse files
committed
df: add spell-checker ignore for binfmt
1 parent c0212d6 commit 4ff7eb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/uucore/src/lib/features/fsext.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,7 @@ mod tests {
12251225

12261226
#[test]
12271227
#[cfg(all(unix, not(any(target_os = "aix", target_os = "redox"))))]
1228+
// spell-checker:ignore (word) binfmt
12281229
fn test_binfmt_misc_is_dummy() {
12291230
use super::is_dummy_filesystem;
12301231
assert!(is_dummy_filesystem("binfmt_misc", ""));

tests/by-util/test_df.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// For the full copyright and license information, please view the LICENSE
44
// file that was distributed with this source code.
5-
// spell-checker:ignore udev pcent iuse itotal iused ipcent
5+
// spell-checker:ignore udev pcent iuse itotal iused ipcent binfmt
66
#![allow(
77
clippy::similar_names,
88
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)