Commit 8063672
committed
Auto merge of #9604 - ehuss:is_symlink, r=alexcrichton
Disambiguate is_symlink.
`Path::is_symlink` was added in rust-lang/rust#85747 which triggers the `unstable_name_collisions` lint, breaking Cargo's CI. This switches it to a free function to avoid the collision.3 files changed
+13
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
198 | 196 | | |
199 | 197 | | |
200 | 198 | | |
| 199 | + | |
201 | 200 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4519 | 4519 | | |
4520 | 4520 | | |
4521 | 4521 | | |
| 4522 | + | |
4522 | 4523 | | |
4523 | 4524 | | |
4524 | 4525 | | |
| |||
4531 | 4532 | | |
4532 | 4533 | | |
4533 | 4534 | | |
4534 | | - | |
| 4535 | + | |
4535 | 4536 | | |
4536 | 4537 | | |
4537 | 4538 | | |
| |||
4540 | 4541 | | |
4541 | 4542 | | |
4542 | 4543 | | |
| 4544 | + | |
4543 | 4545 | | |
4544 | 4546 | | |
4545 | 4547 | | |
| |||
4558 | 4560 | | |
4559 | 4561 | | |
4560 | 4562 | | |
4561 | | - | |
| 4563 | + | |
4562 | 4564 | | |
4563 | 4565 | | |
4564 | 4566 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
0 commit comments