mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
refactor/polish ~ fix cargo clippy
complaints (string_lit_as_bytes)
This commit is contained in:
parent
0fdf27c5c2
commit
080cbb55c3
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -76,7 +76,7 @@ pub fn main() {
|
|||
}
|
||||
}
|
||||
|
||||
mf.write_all("map\n}\n".as_bytes()).unwrap();
|
||||
mf.write_all(b"map\n}\n").unwrap();
|
||||
|
||||
cf.flush().unwrap();
|
||||
mf.flush().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue