Re: [PATCH 0/4] nova-core Improve pin initializer code
From: Danilo Krummrich
Date: Mon Dec 29 2025 - 12:15:13 EST
On Thu Dec 18, 2025 at 4:50 PM CET, Danilo Krummrich wrote:
> This is a minor series to improve some of the pin initializer code to:
>
> 1. Reduce redundancy caused by Result<impl PinInit<T, Error>> return
> values with pin_init_scope().
>
> 2. Relocate code that technically fits in the pin initializer into the
> initializer itself.
Applied to drm-rust-next, thanks!