We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c59d3 commit bc6f3c9Copy full SHA for bc6f3c9
crates/vm/src/stdlib/io.rs
@@ -5267,9 +5267,7 @@ mod fileio {
5267
match fd {
5268
Ok(fd) => (fd.into_raw(), Some(filename)),
5269
Err(e) => {
5270
- return Err(OSErrorBuilder::with_filename_from_errno(
5271
- &e, filename, vm,
5272
- ))
+ return Err(OSErrorBuilder::with_filename_from_errno(&e, filename, vm));
5273
}
5274
5275
0 commit comments