Remove executable bit of rust source file

When compiling as rpm in Fedora, the brp-mangle-shebangs[1] will
complain about src/lib.rs is executable without valid shebang.

Remove the executable bit could fix this.

[1]: https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/brp-mangle-shebangs

Signed-off-by: Gris Ge <cnfourt@gmail.com>
This commit is contained in:
Gris Ge 2020-07-16 13:26:25 +08:00
parent 6c62fedf22
commit b65ae9140e
1 changed files with 0 additions and 0 deletions

0
src/lib.rs Executable file → Normal file
View File