From fbc7044328ed33e36af9bd60c239bb34d2c7c21b Mon Sep 17 00:00:00 2001 From: Guillaume Endignoux Date: Fri, 10 Jul 2020 10:31:18 +0200 Subject: [PATCH] git mv alloc.rs allocator.rs --- third_party/lang-items/src/{alloc.rs => allocator.rs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename third_party/lang-items/src/{alloc.rs => allocator.rs} (100%) diff --git a/third_party/lang-items/src/alloc.rs b/third_party/lang-items/src/allocator.rs similarity index 100% rename from third_party/lang-items/src/alloc.rs rename to third_party/lang-items/src/allocator.rs