Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #102543 - daym:patch-1, r=joshtriplett
Remove "execute" bit from lock file permissions
Previously, flock would set the "execute" bit on Rust lock files. That makes no sense.
This patch clears the "execute" bit on Rust lock files.
See issue #102531.