mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
Added back accidentally removed block
This commit is contained in:
parent
44f26fe90c
commit
8ab7be9871
2 changed files with 7 additions and 2 deletions
|
|
@ -63,6 +63,12 @@ pub fn codegen(
|
|||
}
|
||||
));
|
||||
|
||||
let name_late = format_ident!("{}LateResources", name);
|
||||
user_init_imports.push(quote!(
|
||||
#[allow(non_snake_case)]
|
||||
use super::#name_late;
|
||||
));
|
||||
|
||||
let mut locals_pat = None;
|
||||
let mut locals_new = None;
|
||||
if !init.locals.is_empty() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue