fixed test feature not being enabled for nightly no_std

master
Parker TenBroeck 2 years ago
parent 58ee35daad
commit 72d2860851

@ -86,7 +86,7 @@
//! MIT licensed
#![cfg_attr(all(nightly, not(feature = "no_std")), feature(test))]
#![cfg_attr(all(nightly, test), feature(test))]
#![allow(dead_code)]

Loading…
Cancel
Save