chore: allow renamed_and_removed_lints until progenitor is updated
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m51s
Build and test / Tests (pull_request) Successful in 1m49s
Build and test / Build AMD64 (pull_request) Successful in 1m47s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Generate Documentation (pull_request) Successful in 1m14s
Build and test / Clippy (pull_request) Failing after 4m12s

This commit is contained in:
Marc Plano-Lesay 2025-08-13 14:33:12 +10:00
parent 5fee5ac090
commit f4b0161187
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF

View file

@ -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)]