Ver Fonte

Merge pull request #289 from RalfJung/c

don't force-on c feature when working in rustc workspace
Alex Crichton há 6 anos atrás
pai
commit
e0e54ded96
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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"