Skip to content

Commit e0e54de

Browse files
authored
Merge pull request #289 from RalfJung/c
don't force-on c feature when working in rustc workspace
2 parents e3b53f9 + 3c51ffd commit e0e54de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mangled-names = []
5858
no-lang-items = []
5959

6060
# Only used in the compiler's build system
61-
rustc-dep-of-std = ['c', 'compiler-builtins', 'core']
61+
rustc-dep-of-std = ['compiler-builtins', 'core']
6262

6363
[[example]]
6464
name = "intrinsics"

0 commit comments

Comments
 (0)