Skip to content

Commit 9ac4bae

Browse files
committed
Add a bit to Notifications Debug impl
1 parent cb1ae4d commit 9ac4bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pub struct Notifications<'conn> {
232232

233233
impl<'a> fmt::Debug for Notifications<'a> {
234234
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
235-
write!(fmt, "Notifications")
235+
write!(fmt, "Notifications {{ pending: {} }}", self.conn.conn.borrow().notifications.len())
236236
}
237237
}
238238

0 commit comments

Comments
 (0)