Skip to content

Commit 49660f4

Browse files
committed
f oops not pub internal state
1 parent 29e09e8 commit 49660f4

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
@@ -138,7 +138,7 @@ pub trait FutureCallback : Send {
138138
fn call(&self);
139139
}
140140

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

0 commit comments

Comments
 (0)