Skip to content

Commit

Permalink
Fix importing contract crates into other crates for testing
Browse files Browse the repository at this point in the history
Port of 1eaa5d8 from v22 to v21,
undoing the addition of the testutils cfg introduced in
#1336.
  • Loading branch information
leighmcculloch committed Oct 9, 2024
1 parent 3834537 commit 8b3d59d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion soroban-sdk-macros/src/derive_fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ pub fn derive_pub_fn(
)
}

#[cfg(any(test, feature = "testutils"))]
#[deprecated(note = #deprecated_note)]
pub fn invoke_raw_slice(
env: #crate_path::Env,
Expand Down

0 comments on commit 8b3d59d

Please sign in to comment.