don't force-on c feature when working in rustc workspace

master
Ralf Jung 2019-05-14 17:57:42 +02:00
parent e3b53f9142
commit 3c51ffdadc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ mangled-names = []
no-lang-items = []
# Only used in the compiler's build system
rustc-dep-of-std = ['c', 'compiler-builtins', 'core']
rustc-dep-of-std = ['compiler-builtins', 'core']
[[example]]
name = "intrinsics"