1
Fork 0

stdarch: update submodule.

This commit is contained in:
Tyler Lanphear 2020-02-01 19:11:33 -05:00
parent e5b150edaf
commit 9fa54e594b
3 changed files with 2 additions and 7 deletions

View file

@ -335,12 +335,6 @@ extern crate libc;
#[allow(unused_extern_crates)]
extern crate unwind;
// Only needed for now for the `std_detect` module until that crate changes to
// use `cfg_if::cfg_if!`
#[macro_use]
#[cfg(not(test))]
extern crate cfg_if;
// During testing, this crate is not actually the "real" std library, but rather
// it links to the real std library, which was compiled from this same source
// code. So any lang items std defines are conditionally excluded (or else they