On Thu, Aug 13, 2026 at 11:32 AM Miguel Ojeda <[email protected]> wrote: > > Ok, done -- Danilo, I took your diff and converted it into a proper > commit, please double-check you are OK with the Signed-off-by: > > ec6fcf8a175a ("rust: kernel: add `LocalModule` fallback for > `#[vtable]` `impl`s")
We also need an `allow(dead_code)` until we actually use it unconditionally: a2595ed13816 instead. Cheers, Miguel

