File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/uucore/src/lib/features Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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" , "" ) ) ;
Original file line number Diff line number Diff line change 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,
You can’t perform that action at this time.
0 commit comments