From de81a19d2438ae61b964f84e6a56841392647be1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 16 Jan 2024 11:23:11 -0500 Subject: [PATCH] Remove spurious executable bit from a Rust source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since src/bindings.rs is not “script-like” and lacks a shebang line, there is no reason for its filesystem permissions to include the executable bit. --- src/bindings.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/bindings.rs diff --git a/src/bindings.rs b/src/bindings.rs old mode 100755 new mode 100644