Skip to content

Commit e9c773c

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tokio-postgres/src/lib.rs

Lines changed: 1 addition & 0 deletions
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)