From 64873af88f2b38ea6ede71938f6fb539b13990b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Thu, 17 Mar 2022 20:11:10 +0100 Subject: [PATCH] removed the executable flag for three rust source files in alloc-stdlib --- alloc-stdlib/src/bin/tests.rs | 0 alloc-stdlib/src/heap_alloc.rs | 0 alloc-stdlib/src/test.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 alloc-stdlib/src/bin/tests.rs mode change 100755 => 100644 alloc-stdlib/src/heap_alloc.rs mode change 100755 => 100644 alloc-stdlib/src/test.rs diff --git a/alloc-stdlib/src/bin/tests.rs b/alloc-stdlib/src/bin/tests.rs old mode 100755 new mode 100644 diff --git a/alloc-stdlib/src/heap_alloc.rs b/alloc-stdlib/src/heap_alloc.rs old mode 100755 new mode 100644 diff --git a/alloc-stdlib/src/test.rs b/alloc-stdlib/src/test.rs old mode 100755 new mode 100644