Warning fix

This commit is contained in:
2025-04-16 20:36:16 -04:00
parent ffe9c8a41d
commit 84af3791f2

View File

@@ -155,7 +155,7 @@ mod tests {
let mut file = std::fs::File::create(file)?;
match file.write_all(bytes) {
Ok(res) => {
Ok(_res) => {
Ok(())
}
Err(err) => {