Skip to content

Commit c6c7a8e

Browse files
re-expect
1 parent 08f8531 commit c6c7a8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/iota-sdk-ffi/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
//! [BCS]: https://docs.rs/bcs
104104
//! [RFC-5234]: https://datatracker.ietf.org/doc/html/rfc5234
105105
106-
#![allow(unused, clippy::wrong_self_convention)]
106+
#![expect(unused)]
107+
#![allow(clippy::wrong_self_convention)]
107108

108109
mod error;
109110
mod faucet;

0 commit comments

Comments
 (0)