Skip to content

Commit f72f9a2

Browse files
committed
guard against future style regression
1 parent 48bc59a commit f72f9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
// doc
239239
#![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg_hide), doc(cfg_hide(doc, docsrs)))]
240240
#![allow(clippy::missing_safety_doc)]
241+
#![warn(clippy::uninlined_format_args)]
241242

242243
// Re-export DPI types so that users don't have to put it in Cargo.toml.
243244
#[doc(inline)]

0 commit comments

Comments
 (0)