Filled tracking issue for path_try_exists
This adds the ID of the tracking issue to the feature.
This commit is contained in:
parent
66f7f7d8a9
commit
4330268181
1 changed files with 1 additions and 1 deletions
|
@ -2488,7 +2488,7 @@ impl Path {
|
||||||
/// ```
|
/// ```
|
||||||
// FIXME: stabilization should modify documentation of `exists()` to recommend this method
|
// FIXME: stabilization should modify documentation of `exists()` to recommend this method
|
||||||
// instead.
|
// instead.
|
||||||
#[unstable(feature = "path_try_exists", issue = "none")]
|
#[unstable(feature = "path_try_exists", issue = "83186")]
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn try_exists(&self) -> io::Result<bool> {
|
pub fn try_exists(&self) -> io::Result<bool> {
|
||||||
match fs::metadata(self) {
|
match fs::metadata(self) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue