]> git.lizzy.rs Git - rust.git/commit
Remove `#[cfg(miri)]` from OnceCell tests
authorAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 19 Aug 2020 08:28:22 +0000 (10:28 +0200)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Wed, 19 Aug 2020 08:28:22 +0000 (10:28 +0200)
commit34e7eac1ca2d9c66f2ad3f723f18ecf4c5db934b
tree94b14d7299e4cde4ae399108305edf2a1d0e42c7
parentc03c213daf5fe3b52c768b4f145e45d8994d87ea
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.
library/std/src/lazy.rs