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

Commit 751c91e9 authored by Zach Johnson's avatar Zach Johnson Committed by Automerger Merge Worker
Browse files

Merge "rusty-gd: fix parted dependency injection" am: daffeace

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1555557

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifce30b629a2bd034725eb3935d1aee5f11409935
parents 256972c4 daffeace
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>
                    })
                })))*
        }