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
				
			| @@ -2,6 +2,7 @@ use std::error::Error as StdError; | ||||
|  | ||||
| use pin_project_lite::pin_project; | ||||
| use tokio::io::{AsyncRead, AsyncWrite}; | ||||
| use tracing::debug; | ||||
|  | ||||
| use super::accept::Accept; | ||||
| use super::conn::{SpawnAll, UpgradeableConnection, Watcher}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user