Skip to content

Commit b20e193

Browse files
committed
Debug trait no longer needed on ResourceManager.
1 parent 4902ae1 commit b20e193

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resource_manager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use tokio::sync::{Semaphore, SemaphorePermit};
66

77
/// [crate::resource_manager::ResourceManager] provides a simple way to allocate various resources
88
/// to tasks. Resource management is performed using a Tokio Semaphore for each type of resource.
9-
#[derive(Debug)]
109
pub struct ResourceManager {
1110
/// Optional semaphore for S3 connections.
1211
s3_connections: Option<Semaphore>,

0 commit comments

Comments
 (0)