Skip to content

Commit f55522a

Browse files
committed
f Allow unused for notify_one
1 parent 9e7855e commit f55522a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/sync/debug_sync.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ impl Condvar {
6767
self.inner.notify_all();
6868
}
6969

70+
#[allow(unused)]
7071
pub fn notify_one(&self) {
7172
self.inner.notify_one();
7273
}

0 commit comments

Comments
 (0)