Skip to content

Commit 493435b

Browse files
committed
thanks clippy
1 parent 512e6d3 commit 493435b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-apis-common/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ impl Read for MultiPartReader<'_> {
423423
}
424424

425425
write!(encoded_headers, "{}: {}", k, v.to_str().unwrap())
426-
.map_err(|err| std::io::Error::other(err))?;
426+
.map_err(std::io::Error::other)?;
427427
}
428428

429429
let mut c = Cursor::new(Vec::<u8>::new());

0 commit comments

Comments
 (0)