From f72f9a2102e19a83782eefde8d7b9a8f963108d3 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Fri, 22 Nov 2024 12:31:53 -0800 Subject: [PATCH] guard against future style regression --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index bda0a32ba9..1424519acc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -238,6 +238,7 @@ // doc #![cfg_attr(docsrs, feature(doc_auto_cfg, doc_cfg_hide), doc(cfg_hide(doc, docsrs)))] #![allow(clippy::missing_safety_doc)] +#![warn(clippy::uninlined_format_args)] // Re-export DPI types so that users don't have to put it in Cargo.toml. #[doc(inline)]