Re: [PATCH v2 2/4] rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref

From: Miguel Ojeda
Date: Sun Jan 04 2026 - 07:14:53 EST


On Sun, Jan 4, 2026 at 1:09 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> Yes, that was the intention. I think it is a good thing if the C and Rust parts
> of subsystems are handled closely. I think making even trivial patches flow
> through the corresponding trees can help with that. :)

Indeed!

It makes things easier and is meant to be the default modulo
exceptional cases (most subsystems already handle patches like this,
which is great).

Cheers,
Miguel