chore: allow renamed_and_removed_lints until progenitor is updated				#73
		
		
	
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -7,6 +7,7 @@ use crate::{
 | 
			
		|||
 | 
			
		||||
use super::action::Action;
 | 
			
		||||
 | 
			
		||||
#[allow(dead_code)] // Will be used soon.
 | 
			
		||||
pub struct FetchAlbumAssets {
 | 
			
		||||
    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"));
 | 
			
		||||
 | 
			
		||||
#[cfg(test)]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue