Skip to content

Commit d75126e

Browse files
committed
clippy: allow uninlined_format_args
The lint should have stayed in "pedantic". The lint itself isn't helpful because it doesn't always improve readability, and inlining won't work if the argument is an expression or field access.
1 parent cbf0cfe commit d75126e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wallet/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
)]
88
#![no_std]
99
#![warn(missing_docs)]
10+
#![allow(clippy::uninlined_format_args)]
1011

1112
#[cfg(feature = "std")]
1213
#[macro_use]

0 commit comments

Comments
 (0)