]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/fs.rs
Correct since attribute for feature
[rust.git] / library / std / src / fs.rs
index 014d5119b05fde4cc0100ba0b5e9afd3cce50642..dae85027b6c2926d97de5179f08047107dae2494 100644 (file)
@@ -1058,7 +1058,7 @@ pub fn is_file(&self) -> bool {
     /// }
     /// ```
     #[must_use]
-    #[stable(feature = "is_symlink", since = "1.57.0")]
+    #[stable(feature = "is_symlink", since = "1.58.0")]
     pub fn is_symlink(&self) -> bool {
         self.file_type().is_symlink()
     }