]> git.proxmox.com Git - cargo.git/commit
Auto merge of #10290 - maxwase:is_symlink_stabilized, r=Eh2406
authorbors <bors@rust-lang.org>
Thu, 13 Jan 2022 22:42:26 +0000 (22:42 +0000)
committerbors <bors@rust-lang.org>
Thu, 13 Jan 2022 22:42:26 +0000 (22:42 +0000)
commitc6745a3d7fcea3a949c3e13e682b8ddcbd213add
tree70b1562d74a0f627cdeb5ae7e5b7d52d3b206604
parente77c0719fd496eb98b1bbdcaf35f415b0ffcc555
parent2623af0c432230d249b66f9581be8a46dfb27b4b
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
// https://github.com/rust-lang/rust/issues/85748
```
and fixed this due to the method stabilization in 1.58