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

This commit is contained in:
Ralf Jung 2019-05-14 17:57:42 +02:00
parent 3a8b5e0244
commit 546492b69a

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"