don't force-on c feature when working in rustc workspace
This commit is contained in:
parent
3a8b5e0244
commit
546492b69a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue