From 9bcbd496e5e8e393f4e431363b0d68467e21b040 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 20 Nov 2024 02:42:33 +0000 Subject: [PATCH] fix --- sbv2_core/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/sbv2_core/src/main.rs b/sbv2_core/src/main.rs index 61e83b9..381703f 100644 --- a/sbv2_core/src/main.rs +++ b/sbv2_core/src/main.rs @@ -30,6 +30,7 @@ fn main_inner() -> anyhow::Result<()> { Ok(()) } + #[cfg(not(feature = "std"))] fn main_inner() -> anyhow::Result<()> { Ok(())