mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
2a4091187a
Lint against executable files in the root directory This avoids accidental introduction (such as in #97488) of executable files into the root directory, not just under library/, src/ or compiler/. Resolves #98792