Skip to content

Commit bd8e088

Browse files
Update library/std/src/sys/unsupported/fs.rs
Co-authored-by: Josh Triplett <[email protected]>
1 parent fc49a29 commit bd8e088

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/unsupported

1 file changed

+1
-1
lines changed

library/std/src/sys/unsupported/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl File {
206206
self.0
207207
}
208208

209-
pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> {
209+
pub fn read_buf(&self, _buf: &mut ReadBuf<'_>) -> io::Result<()> {
210210
self.0
211211
}
212212

0 commit comments

Comments
 (0)