Merge pull request #289 from RalfJung/c

don't force-on c feature when working in rustc workspace
master
Alex Crichton 2019-05-14 15:02:26 -05:00 committed by GitHub
commit e0e54ded96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"