I ignored some new clippy lints about large differences between enum variants. We can always revisit these later (the compiler suggests boxing them so that the enum variants are similar size)
		
			
				
	
	
		
			4 lines
		
	
	
		
			64 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			64 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[toolchain]
 | 
						|
channel = "1.87"
 | 
						|
components = ["clippy", "rustfmt"]
 |