Skip to content

Commit 21419d6

Browse files
committed
f oops not pub internal state
1 parent df60e87 commit 21419d6

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)