Skip to content

Commit 993f2fc

Browse files
authored
Merge pull request sfackler#351 from khuey/debug
Derive Debug on Notifications.
2 parents 7ced104 + e9c773c commit 993f2fc

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)