mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
2d26ebe3f9
Remove redundant check in `symlink_hard_link` test We support macOS 10.12 and above, so it now always uses `linkat`, and so the check is redundant. This was missed in #126351. ``@rustbot`` label O-macos