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

Commit 261c46c6 authored by Zach Johnson's avatar Zach Johnson Committed by Automerger Merge Worker
Browse files

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2b3e0cd035e09213602147d634bda89533ec738e
parents ce3ae553 da111990
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>
                    })
                })))*
        }