Skip to content

Commit 4330268

Browse files
committed
Filled tracking issue for path_try_exists
This adds the ID of the tracking issue to the feature.
1 parent 66f7f7d commit 4330268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ impl Path {
24882488
/// ```
24892489
// FIXME: stabilization should modify documentation of `exists()` to recommend this method
24902490
// instead.
2491-
#[unstable(feature = "path_try_exists", issue = "none")]
2491+
#[unstable(feature = "path_try_exists", issue = "83186")]
24922492
#[inline]
24932493
pub fn try_exists(&self) -> io::Result<bool> {
24942494
match fs::metadata(self) {

0 commit comments

Comments
 (0)