Prechádzať zdrojové kódy

Merge pull request #289 from RalfJung/c

don't force-on c feature when working in rustc workspace
Alex Crichton 6 rokov pred
rodič
commit
e0e54ded96
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"