Skip to content

Commit

Permalink
Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu
Browse files Browse the repository at this point in the history
Rename `std::fs::try_exists` to  `std::fs::exists` and stabilize fs_try_exists

FCP completed in tracking issue.

Tracking issue: rust-lang/rust#83186

Closes rust-lang/rust#83186

Stabilized API:

```rust
mod fs {
    pub fn exists<P: AsRef<Path>>(path: P) -> io::Result<bool>;
}
```
  • Loading branch information
matthiaskrgr authored Jun 22, 2024
2 parents 07cbe00 + 26f202a commit f318c24
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit f318c24

Please sign in to comment.