From ffd4e7639f9bc61f68277982dce53c7a7819186b Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 10 Sep 2017 09:30:47 -0400 Subject: [PATCH] Remove unused rustbuild feature I can't tell if this was ever used, but it's not used today. --- library/compiler-builtins/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml index d7419902d7aa..84cefb2d280f 100644 --- a/library/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/Cargo.toml @@ -17,7 +17,6 @@ c = ["gcc"] compiler-builtins = [] default = ["compiler-builtins"] mem = [] -rustbuild = ["compiler-builtins"] mangled-names = [] # generate tests