Warning fix
This commit is contained in:
@@ -155,7 +155,7 @@ mod tests {
|
|||||||
let mut file = std::fs::File::create(file)?;
|
let mut file = std::fs::File::create(file)?;
|
||||||
|
|
||||||
match file.write_all(bytes) {
|
match file.write_all(bytes) {
|
||||||
Ok(res) => {
|
Ok(_res) => {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
Reference in New Issue
Block a user