Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit daffeace authored by Zach Johnson's avatar Zach Johnson Committed by Gerrit Code Review
Browse files

Merge "rusty-gd: fix parted dependency injection"

parents cb199bea c2602e24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ pub fn part_out(_attr: TokenStream, item: TokenStream) -> TokenStream {
                    Box::pin(async move {
                        Box::new(async move {
                            registry.get::<#struct_ident>().await.#field_names
                        }) as Box<dyn std::any::Any>
                        }.await) as Box<dyn std::any::Any>
                    })
                })))*
        }