chore: allow renamed_and_removed_lints
until progenitor is updated
All checks were successful
Checking yaml / Run yamllint (pull_request) Successful in 6s
Build and test / Build AMD64 (pull_request) Successful in 1m23s
Build and test / Tests (pull_request) Successful in 1m29s
Build and test / Generate Documentation (pull_request) Successful in 1m13s
Checking Renovate configuration / validate (pull_request) Successful in 1m58s
Build and test / Clippy (pull_request) Successful in 4m25s
All checks were successful
Checking yaml / Run yamllint (pull_request) Successful in 6s
Build and test / Build AMD64 (pull_request) Successful in 1m23s
Build and test / Tests (pull_request) Successful in 1m29s
Build and test / Generate Documentation (pull_request) Successful in 1m13s
Checking Renovate configuration / validate (pull_request) Successful in 1m58s
Build and test / Clippy (pull_request) Successful in 4m25s
This commit is contained in:
parent
5fee5ac090
commit
07907b2ce2
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ use crate::{
|
||||||
|
|
||||||
use super::action::Action;
|
use super::action::Action;
|
||||||
|
|
||||||
|
#[allow(dead_code)] // Will be used soon.
|
||||||
pub struct FetchAlbumAssets {
|
pub struct FetchAlbumAssets {
|
||||||
album: Album,
|
album: Album,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#![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)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue