Skip to content

Commit e08b9e2

Browse files
committed
Derive Debug for SyncConnectionWrapper
1 parent 35cb1ad commit e08b9e2

File tree

1 file changed

+1
-0
lines changed
  • src/sync_connection_wrapper

1 file changed

+1
-0
lines changed

src/sync_connection_wrapper/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ fn from_tokio_join_error(join_error: JoinError) -> diesel::result::Error {
7373
/// # some_async_fn().await;
7474
/// # }
7575
/// ```
76+
#[derive(Debug)]
7677
pub struct SyncConnectionWrapper<C> {
7778
inner: Arc<Mutex<C>>,
7879
}

0 commit comments

Comments
 (0)