mirror of https://github.com/fafhrd91/actix-web
				
				
				
			Demote lint level to warn
This commit is contained in:
		
							parent
							
								
									3dc859af58
								
							
						
					
					
						commit
						b4d63667df
					
				|  | @ -47,7 +47,7 @@ | ||||||
| //! ```
 | //! ```
 | ||||||
| 
 | 
 | ||||||
| #![doc(html_root_url = "https://docs.rs/cookie/0.11")] | #![doc(html_root_url = "https://docs.rs/cookie/0.11")] | ||||||
| #![deny(missing_docs)] | #![warn(missing_docs)] | ||||||
| 
 | 
 | ||||||
| mod builder; | mod builder; | ||||||
| mod delta; | mod delta; | ||||||
|  |  | ||||||
|  | @ -1,5 +1,5 @@ | ||||||
| //! Basic http primitives for actix-net framework.
 | //! Basic http primitives for actix-net framework.
 | ||||||
| #![deny(rust_2018_idioms, warnings)] | #![warn(rust_2018_idioms, warnings)] | ||||||
| #![allow(
 | #![allow(
 | ||||||
|     clippy::type_complexity, |     clippy::type_complexity, | ||||||
|     clippy::too_many_arguments, |     clippy::too_many_arguments, | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| #![deny(rust_2018_idioms, warnings)] | #![warn(rust_2018_idioms, warnings)] | ||||||
| #![allow(
 | #![allow(
 | ||||||
|     clippy::type_complexity, |     clippy::type_complexity, | ||||||
|     clippy::borrow_interior_mutable_const, |     clippy::borrow_interior_mutable_const, | ||||||
|  |  | ||||||
|  | @ -1,4 +1,4 @@ | ||||||
| #![deny(rust_2018_idioms, warnings)] | #![warn(rust_2018_idioms, warnings)] | ||||||
| #![allow(
 | #![allow(
 | ||||||
|     clippy::needless_doctest_main, |     clippy::needless_doctest_main, | ||||||
|     clippy::type_complexity, |     clippy::type_complexity, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue