refactor(lib): Import tracing macros per-module
Instead of one #[macro_use] at the crate root.
This commit is contained in:
		
				
					committed by
					
						 Sean McArthur
						Sean McArthur
					
				
			
			
				
	
			
			
			
						parent
						
							165ada34a3
						
					
				
				
					commit
					a81c44f2c8
				
			| @@ -8,6 +8,7 @@ use futures_util::future::{self, Either, FutureExt as _, TryFutureExt as _}; | ||||
| use http::header::{HeaderValue, HOST}; | ||||
| use http::uri::{Port, Scheme}; | ||||
| use http::{Method, Request, Response, Uri, Version}; | ||||
| use tracing::{debug, trace, warn}; | ||||
|  | ||||
| use super::conn; | ||||
| use super::connect::{self, sealed::Connect, Alpn, Connected, Connection}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user