mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Fix style
This commit is contained in:
parent
43f7484e81
commit
07bd57a20f
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
|
|||
### Added
|
||||
|
||||
- Allow custom `link_section` attributes for late resources
|
||||
- Support for `async` tasks and idle
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ pub fn codegen(app: &App, _analysis: &Analysis, _extra: &Extra) -> TokenStream2
|
|||
until: <super::super::#m as rtic::Monotonic>::Instant,
|
||||
waker_storage: Option<rtic::export::IntrusiveNode<rtic::export::WakerNotReady<super::super::#m>>>,
|
||||
}
|
||||
|
||||
|
||||
impl Drop for DelayFuture {
|
||||
fn drop(&mut self) {
|
||||
if let Some(waker_storage) = &mut self.waker_storage {
|
||||
|
|
Loading…
Reference in a new issue