add clone property and shift feature restriction

This commit is contained in:
jonesmarvin8
2026-03-02 10:15:55 -05:00
parent 157495ad59
commit 227f006179
5 changed files with 6 additions and 5 deletions
-2
View File
@@ -1,5 +1,3 @@
#![cfg(all(test, feature = "with-nssa"))]
use amm_core::PoolDefinition;
use nssa::{
Account, AccountId, Data, PrivateKey, PublicKey, PublicTransaction, V02State, program::Program,
+2
View File
@@ -7,5 +7,7 @@ pub mod new_definition;
pub mod remove;
pub mod swap;
#[cfg(all(test, feature = "with-nssa"))]
mod full_tests;
#[cfg(test)]
mod tests;
+1 -1
View File
@@ -1,4 +1,4 @@
#![cfg(test)]
use std::num::NonZero;