Skip to content

Commit 76f6f3c

Browse files
committed
f oops not pub internal state
1 parent 514e0cf commit 76f6f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/wakers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pub trait FutureCallback : Send {
139139
fn call(&self);
140140
}
141141

142-
pub struct FutureState {
142+
pub(crate) struct FutureState {
143143
callbacks: Vec<Box<dyn FutureCallback>>,
144144
complete: bool,
145145
}

0 commit comments

Comments
 (0)