From 0bc07b884727a4cd4e4692f267fdffcb0700a47a Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Thu, 21 Nov 2024 15:38:27 -0800 Subject: [PATCH] add lint to to prevent readability regression --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index bda0a32ba9..93b2abcdba 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +#![warn(clippy::uninlined_format_args)] //! Winit is a cross-platform window creation and event loop management library. //! //! # Building windows