mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-22 19:17:02 +00:00
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