fitzgen / bumpalo

A fast bump allocation arena for Rust
https://docs.rs/bumpalo
Apache License 2.0
1.34k stars 109 forks source link

Remove bogus executable filesystem permissions from Rust sources #249

Closed musicinmybrain closed 1 month ago

musicinmybrain commented 1 month ago

It does not make sense for non-script files to have the executable bit set in their filesystem permissions.

In particular, executable Rust sources can cause minor problems with Linux distribution packaging because #![…] directives look like shebang lines, and this can confuse automation.