Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit ac7b881

Browse files
committed
oops
1 parent 4a648ba commit ac7b881

File tree

1 file changed

+1
-1
lines changed
  • programs/sbf/rust/mem/src

1 file changed

+1
-1
lines changed

programs/sbf/rust/mem/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Test mem functions
22
3-
#[cfg(any(not(feature = "no-entrypoint"), feature = "test-bpf")]
3+
#[cfg(any(not(feature = "no-entrypoint"), feature = "test-bpf"))]
44
pub mod entrypoint;
55

66
pub trait MemOps {

0 commit comments

Comments
 (0)