rust/library/std
Aleksey Kladov 34e7eac1ca Remove #[cfg(miri)] from OnceCell tests
They were carried over from once_cell crate, but they are not entirely
correct (as miri now supports more things), and we don't run miri
tests for std, so let's just remove them.

Maybe one day we'll run miri in std, but then we can just re-install
these attributes.
2020-08-19 10:28:22 +02:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Remove #[cfg(miri)] from OnceCell tests 2020-08-19 10:28:22 +02:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
build.rs Add RUST_STD_FREEBSD_12_ABI env variable 2020-08-09 17:52:00 +03:00
Cargo.toml Bump std's libc version to 0.2.74 2020-08-14 00:37:19 -07:00