Commit c6745a3
committed
Auto merge of #10290 - maxwase:is_symlink_stabilized, r=Eh2406
Use `is_symlink()` method
I've came across this comment
```rust
// Replace with std implementation when stabilized, see
// rust-lang/rust#85748
```
and fixed this due to the method stabilization in 1.584 files changed
Lines changed: 3 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | 201 | | |
210 | 202 | | |
211 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | 423 | | |
425 | 424 | | |
426 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4805 | 4805 | | |
4806 | 4806 | | |
4807 | 4807 | | |
4808 | | - | |
4809 | 4808 | | |
4810 | 4809 | | |
4811 | 4810 | | |
| |||
4818 | 4817 | | |
4819 | 4818 | | |
4820 | 4819 | | |
4821 | | - | |
| 4820 | + | |
4822 | 4821 | | |
4823 | 4822 | | |
4824 | 4823 | | |
| |||
4827 | 4826 | | |
4828 | 4827 | | |
4829 | 4828 | | |
4830 | | - | |
4831 | 4829 | | |
4832 | 4830 | | |
4833 | 4831 | | |
| |||
4846 | 4844 | | |
4847 | 4845 | | |
4848 | 4846 | | |
4849 | | - | |
| 4847 | + | |
4850 | 4848 | | |
4851 | 4849 | | |
4852 | 4850 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
476 | 475 | | |
477 | 476 | | |
478 | 477 | | |
479 | | - | |
| 478 | + | |
480 | 479 | | |
481 | 480 | | |
482 | 481 | | |
| |||
0 commit comments