Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 22, 2023
1 parent e53a03e commit ad51cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-apis-common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
_ => {}
Expand Down

0 comments on commit ad51cb9

Please sign in to comment.