Skip to content

Commit e9c773c

Browse files
committed
Derive Debug on Notifications.
1 parent 7ced104 commit e9c773c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,7 @@ impl Connection {
11451145
}
11461146

11471147
/// A stream of asynchronous Postgres notifications.
1148+
#[derive(Debug)]
11481149
pub struct Notifications(Connection);
11491150

11501151
impl Notifications {

0 commit comments

Comments
 (0)