mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
rebase fix
This commit is contained in:
parent
7ce052be37
commit
e5e54ee8f1
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ fn init(ctxt: &mut Context, app: &App, analysis: &Analysis) -> (proc_macro2::Tok
|
|||
|
||||
let (late_resources, late_resources_ident, ret) = if app.init.returns_late_resources {
|
||||
// create `LateResources` struct in the root of the crate
|
||||
let ident = mk_ident(None);
|
||||
let ident = ctxt.ident_gen.mk_ident(None, false);
|
||||
|
||||
let fields = app
|
||||
.resources
|
||||
|
|
Loading…
Reference in a new issue