Skip to content

Commit 9a6d45c

Browse files
committed
rm old nightly attrs
1 parent cd1e7ef commit 9a6d45c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

crates/sdk/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
)]
9288
pub trait Namada: NamadaIo {
9389
/// Captures the interactive parts of the wallet's functioning
9490
type WalletUtils: WalletIo + WalletStorage + MaybeSend + MaybeSync;

crates/sdk/src/signing.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)