refactor/polish ~ fix cargo clippy complaints (string_lit_as_bytes)

This commit is contained in:
Roy Ivy III 2020-02-07 03:38:26 -06:00
parent 0fdf27c5c2
commit 080cbb55c3

View file

@ -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();