style(server): rustfmt
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							dd08d9c3e5
						
					
				
				
					commit
					e3ee1de32d
				
			| @@ -11,7 +11,7 @@ use crate::body::HttpBody; | |||||||
| use crate::proto::h2::server::H2Stream; | use crate::proto::h2::server::H2Stream; | ||||||
| use crate::rt::Executor; | use crate::rt::Executor; | ||||||
| #[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))] | #[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))] | ||||||
| use crate::server::server::{Watcher, new_svc::NewSvcTask}; | use crate::server::server::{new_svc::NewSvcTask, Watcher}; | ||||||
| #[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))] | #[cfg(all(feature = "server", any(feature = "http1", feature = "http2")))] | ||||||
| use crate::service::HttpService; | use crate::service::HttpService; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user