Change some lint attributes from deny to warn
This commit is contained in:
		
							parent
							
								
									4a7513eeb5
								
							
						
					
					
						commit
						d30e035d41
					
				| @ -110,8 +110,7 @@ | |||||||
| //! because *m.room.message* implements a *more specific* event trait than `Event`.
 | //! because *m.room.message* implements a *more specific* event trait than `Event`.
 | ||||||
| 
 | 
 | ||||||
| #![recursion_limit = "1024"] | #![recursion_limit = "1024"] | ||||||
| #![warn(rust_2018_idioms)] | #![warn(missing_debug_implementations, missing_docs, rust_2018_idioms)] | ||||||
| #![deny(missing_debug_implementations, missing_docs)] |  | ||||||
| // Since we support Rust 1.36.0, we can't apply this suggestion yet
 | // Since we support Rust 1.36.0, we can't apply this suggestion yet
 | ||||||
| #![allow(clippy::use_self)] | #![allow(clippy::use_self)] | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user