diff --git a/src/core/attributes.rs b/src/core/attributes.rs index 9663c07..2b6c903 100755 --- a/src/core/attributes.rs +++ b/src/core/attributes.rs @@ -140,7 +140,7 @@ pub struct ObserveWhen<'a, T, F> { static ID_GENERATOR: AtomicUsize = AtomicUsize::new(0); /// A handle to cancel a flush observer. -pub struct OnFlushCancel(Arc); +pub struct OnFlushCancel(Arc); impl Cancel for OnFlushCancel { fn cancel(&self) {