mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +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 {
|
let (late_resources, late_resources_ident, ret) = if app.init.returns_late_resources {
|
||||||
// create `LateResources` struct in the root of the crate
|
// 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
|
let fields = app
|
||||||
.resources
|
.resources
|
||||||
|
|
Loading…
Reference in a new issue