Skip to content

Commit 14a7810

Browse files
committed
Address review comments
1 parent a7db8a6 commit 14a7810

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust-app/src/implementation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use core::future::Future;
2626

2727
type IotaAddressRaw = [u8; IOTA_ADDRESS_LENGTH];
2828

29-
#[allow(dead_code)]
29+
#[expect(dead_code)]
3030
pub struct IotaPubKeyAddress(ledger_device_sdk::ecc::ECPublicKey<65, 'E'>, IotaAddressRaw);
3131

3232
impl Address<IotaPubKeyAddress, ledger_device_sdk::ecc::ECPublicKey<65, 'E'>>

rust-app/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#![feature(adt_const_params)]
55
#![feature(type_alias_impl_trait)]
66
#![cfg_attr(not(version("1.83")), feature(const_mut_refs))]
7-
// Hack to fix build with nightly-2024-11-22
87
#![cfg_attr(version("1.84"), feature(generic_const_exprs))]
98
#![feature(try_blocks)]
109
#![cfg_attr(all(target_family = "bolos", test), no_main)]

0 commit comments

Comments
 (0)