Fix style

This commit is contained in:
Emil Fresk 2022-06-21 16:38:51 +02:00
parent 43f7484e81
commit 07bd57a20f
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
### Added ### Added
- Allow custom `link_section` attributes for late resources - Allow custom `link_section` attributes for late resources
- Support for `async` tasks and idle
### Fixed ### Fixed

View file

@ -88,7 +88,7 @@ pub fn codegen(app: &App, _analysis: &Analysis, _extra: &Extra) -> TokenStream2
until: <super::super::#m as rtic::Monotonic>::Instant, until: <super::super::#m as rtic::Monotonic>::Instant,
waker_storage: Option<rtic::export::IntrusiveNode<rtic::export::WakerNotReady<super::super::#m>>>, waker_storage: Option<rtic::export::IntrusiveNode<rtic::export::WakerNotReady<super::super::#m>>>,
} }
impl Drop for DelayFuture { impl Drop for DelayFuture {
fn drop(&mut self) { fn drop(&mut self) {
if let Some(waker_storage) = &mut self.waker_storage { if let Some(waker_storage) = &mut self.waker_storage {