From 89f1e02f1fc0416459a64c6af4d9109d418b5a43 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 2 Sep 2020 15:28:07 -0700 Subject: [PATCH] Remove executable bits from a few Rust source files --- cranelift/codegen/meta/src/shared/instructions.rs | 0 crates/wasmtime/src/ref.rs | 0 fuzz/fuzz_targets/instantiate-wasm-smith.rs | 0 fuzz/fuzz_targets/table_ops.rs | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 cranelift/codegen/meta/src/shared/instructions.rs mode change 100755 => 100644 crates/wasmtime/src/ref.rs mode change 100755 => 100644 fuzz/fuzz_targets/instantiate-wasm-smith.rs mode change 100755 => 100644 fuzz/fuzz_targets/table_ops.rs diff --git a/cranelift/codegen/meta/src/shared/instructions.rs b/cranelift/codegen/meta/src/shared/instructions.rs old mode 100755 new mode 100644 diff --git a/crates/wasmtime/src/ref.rs b/crates/wasmtime/src/ref.rs old mode 100755 new mode 100644 diff --git a/fuzz/fuzz_targets/instantiate-wasm-smith.rs b/fuzz/fuzz_targets/instantiate-wasm-smith.rs old mode 100755 new mode 100644 diff --git a/fuzz/fuzz_targets/table_ops.rs b/fuzz/fuzz_targets/table_ops.rs old mode 100755 new mode 100644