Try to fix docs.rs generation (#343)
https://github.com/seanmonstar/reqwest/issues/329 https://github.com/onur/docs.rs/issues/23#issuecomment-419623139
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							55fcedcf97
						
					
				
				
					commit
					68d012e954
				
			| @@ -1,6 +1,7 @@ | ||||
| #![deny(warnings)] | ||||
| #![deny(missing_docs)] | ||||
| #![deny(missing_debug_implementations)] | ||||
| #![cfg_attr(docs_rs_workaround, feature(extern_prelude))] | ||||
| #![doc(html_root_url = "https://docs.rs/reqwest/0.8.6")] | ||||
|  | ||||
| //! # reqwest | ||||
|   | ||||
		Reference in New Issue
	
	Block a user