Revert "chore: allow renamed_and_removed_lints until progenitor is updated"
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 2m46s
Build and test / Build AMD64 (pull_request) Successful in 8m31s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Tests (pull_request) Successful in 8m48s
Build and test / Clippy (pull_request) Successful in 8m47s
Build and test / Generate Documentation (pull_request) Successful in 7m20s

This reverts commit 07907b2ce2.
This commit is contained in:
Marc Plano-Lesay 2025-09-15 18:55:31 +10:00
parent 4434b9922a
commit 387f99a356
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF

View file

@ -1,4 +1,3 @@
#![allow(renamed_and_removed_lints)] // https://github.com/oxidecomputer/progenitor/issues/1169
include!(concat!(env!("OUT_DIR"), "/client.rs")); include!(concat!(env!("OUT_DIR"), "/client.rs"));
#[cfg(test)] #[cfg(test)]