1
Fork 0
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:
Tyler 2021-07-06 15:35:48 -07:00
parent 09acfce995
commit d2cebad931
10 changed files with 43 additions and 24 deletions

View file

@ -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};