We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be225bc commit c6935eeCopy full SHA for c6935ee
src/entrypoint.rs
@@ -1,4 +1,5 @@
1
/* SQUADS */
2
+#![cfg(not(feature = "no-entrypoint"))]
3
4
use solana_program::{
5
account_info::AccountInfo, entrypoint, entrypoint::ProgramResult, pubkey::Pubkey,
0 commit comments