Skip to content

Commit ad8a2e8

Browse files
committed
Don't nag about uninlined format args
This lint feels a bit too opinionated to me and it looks like it's getting marked as pedantic an not being a default style lint with rust-lang/rust-clippy#15287. In the meantime, just ignore it.
1 parent 2ae472a commit ad8a2e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
//! Using the platform-specific `SerialPort::new().open*()` functions will return the
1717
//! platform-specific port object which allows access to platform-specific functionality.
1818
19+
#![allow(clippy::uninlined_format_args)]
1920
#![deny(
2021
clippy::dbg_macro,
2122
missing_docs,

0 commit comments

Comments
 (0)