Fix Clippy warning
This commit is contained in:
parent
f9bd7f8c08
commit
d26abaa297
1 changed files with 1 additions and 1 deletions
|
@ -1644,7 +1644,7 @@ mod test {
|
|||
.start_file("foo/bar/test", FileOptions::default())
|
||||
.unwrap();
|
||||
writer
|
||||
.write("The quick brown 🦊 jumps over the lazy 🐕".as_bytes())
|
||||
.write_all("The quick brown 🦊 jumps over the lazy 🐕".as_bytes())
|
||||
.unwrap();
|
||||
writer
|
||||
.start_file("foo/bar/test", FileOptions::default())
|
||||
|
|
Loading…
Add table
Reference in a new issue