From f4b0161187ba09a54637d21a69eebb39e67c98f2 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Wed, 13 Aug 2025 14:33:12 +1000 Subject: [PATCH] chore: allow `renamed_and_removed_lints` until progenitor is updated --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 7226bc5..e311634 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,4 @@ +#![allow(renamed_and_removed_lints)] // https://github.com/oxidecomputer/progenitor/issues/1169 include!(concat!(env!("OUT_DIR"), "/client.rs")); #[cfg(test)]