mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
fix clippy
This commit is contained in:
@@ -430,7 +430,7 @@ impl<'a> Read for MultiPartReader<'a> {
|
||||
LINE_ENDING,
|
||||
))
|
||||
.unwrap();
|
||||
c.seek(SeekFrom::Start(0)).unwrap();
|
||||
c.rewind().unwrap();
|
||||
self.current_part = Some((c, reader));
|
||||
}
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user