Commit c7a2aa3
authored
docs: update version notice for deprecation removal (#15511)
Thank you for always maintaining cargo.
### What does this PR try to resolve?
`std::env::home_dir` is still deprecated in
[v1.86.0](https://doc.rust-lang.org/1.86.0/src/std/env.rs.html#644-648).
However, it has been undeprecated in the current
[nightly](https://doc.rust-lang.org/nightly/src/std/env.rs.html#651).
Therefore, I propose updating the notice for avoiding confusion.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments