From 387f99a356d84406e36398c5328ea60996d90ab6 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Mon, 15 Sep 2025 18:55:31 +1000 Subject: [PATCH] Revert "chore: allow `renamed_and_removed_lints` until progenitor is updated" This reverts commit 07907b2ce20024c58cb1731e0b2396dc8ec86975. --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 05596a9..d61abbf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,3 @@ -#![allow(renamed_and_removed_lints)] // https://github.com/oxidecomputer/progenitor/issues/1169 include!(concat!(env!("OUT_DIR"), "/client.rs")); #[cfg(test)]