From 06c980ef754bc6c814e044ab1c6f70e09b08bbd6 Mon Sep 17 00:00:00 2001
From: Thomas Lively <tlively@google.com>
Date: Thu, 29 Aug 2019 09:50:49 -0700
Subject: [PATCH] Remove accidental debugging config change

---
 libc-test/Cargo.toml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 87dd7af7..8d2d9033 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,3 @@
-[build]
-rustc = "~/code/rust/build/x86_64-unknown-linux-gnu/stage2/bin/rustc"
-
 [package]
 name = "libc-test"
 version = "0.1.0"
-- 
GitLab