File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,6 @@ pub const DEFAULT_GAS_LIMIT: u64 = 50_000;
8585/// An interface for high-level interaction with the Namada SDK
8686#[ cfg_attr( feature = "async-send" , async_trait:: async_trait) ]
8787#[ cfg_attr( not( feature = "async-send" ) , async_trait:: async_trait( ?Send ) ) ]
88- #[ rustversion:: attr(
89- nightly,
90- allow( mismatched_lifetime_syntaxes, reason = "Not actually named" )
91- ) ]
9288pub trait Namada : NamadaIo {
9389 /// Captures the interactive parts of the wallet's functioning
9490 type WalletUtils : WalletIo + WalletStorage + MaybeSend + MaybeSync ;
Original file line number Diff line number Diff line change @@ -2522,10 +2522,6 @@ mod test_signing {
25222522 }
25232523 #[ cfg_attr( feature = "async-send" , async_trait:: async_trait) ]
25242524 #[ cfg_attr( not( feature = "async-send" ) , async_trait:: async_trait( ?Send ) ) ]
2525- #[ rustversion:: attr(
2526- nightly,
2527- allow( mismatched_lifetime_syntaxes, reason = "Not actually named" )
2528- ) ]
25292525 impl Namada for TestNamadaImpl {
25302526 type ShieldedUtils = FsShieldedUtils ;
25312527 type WalletUtils = TestWalletUtils ;
You can’t perform that action at this time.
0 commit comments