From 097fc7bc83d83d16857322552f2053428f1b515a Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 25 Feb 2024 17:55:02 -0800 Subject: [PATCH] chore: Fix build error #2 Signed-off-by: John Nunley --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 645f0b2..f05f04c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -67,7 +67,7 @@ //! //! [`portable-atomic`]: https://crates.io/crates/portable-atomic -#![cfg_attr(all(not(feature = "std"), not(test)), no_std)] +#![cfg_attr(not(feature = "std"), no_std)] #![warn(missing_docs, missing_debug_implementations, rust_2018_idioms)] #![doc( html_favicon_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"