mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +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();
|
cf.flush().unwrap();
|
||||||
mf.flush().unwrap();
|
mf.flush().unwrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue