about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorDrMeepster <19316085+DrMeepster@users.noreply.github.com>2021-09-22 10:14:37 -0700
committerDrMeepster <19316085+DrMeepster@users.noreply.github.com>2021-11-02 22:47:27 -0700
commitbd8e088bd8d7276bc958a748d0892e19c95dc184 (patch)
tree2fa552bc92f1a677126374afcffedf95be464f6c /library/std
parentfc49a29a1492f58a63aa183b7f2a6fd726c8edae (diff)
downloadrust-bd8e088bd8d7276bc958a748d0892e19c95dc184.tar.gz
rust-bd8e088bd8d7276bc958a748d0892e19c95dc184.zip
Update library/std/src/sys/unsupported/fs.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/sys/unsupported/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unsupported/fs.rs b/library/std/src/sys/unsupported/fs.rs
index cee7295a43a..d1d2847cd33 100644
--- a/library/std/src/sys/unsupported/fs.rs
+++ b/library/std/src/sys/unsupported/fs.rs
@@ -206,7 +206,7 @@ impl File {
         self.0
     }
 
-    pub fn read_buf(&self, buf: &mut ReadBuf<'_>) -> io::Result<()> {
+    pub fn read_buf(&self, _buf: &mut ReadBuf<'_>) -> io::Result<()> {
         self.0
     }