mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
addresses a few more issues from PR#2474
- adds project header to multiple files - updates spell check skip words - removes linux only flags direct,noatime from mac_os build - applies rustfmt to test_dd
This commit is contained in:
parent
09acfce995
commit
d2cebad931
10 changed files with 43 additions and 24 deletions
|
@ -1,3 +1,5 @@
|
|||
// spell-checker:ignore (Fileio fname fpath fullblock gibi ifile iflag infile lcase noatime nocreat notrunc noxfer ofile oflag outfile specfile testfile TESTFILE tname ucase unspec urand)
|
||||
|
||||
use crate::common::util::*;
|
||||
|
||||
use std::fs::{File, OpenOptions};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue