From 564465b987b576c6ddc7f36cb5bd24508867cabc Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Thu, 18 Dec 2025 12:52:20 +0100 Subject: [PATCH] chore: Remove conditional compilation for error module --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b145c46..9a405ec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,6 @@ use solana_program::msg; pub mod args; pub mod consts; mod discriminator; -#[cfg(not(feature = "sdk"))] pub mod error; pub mod instruction_builder; pub mod pda;