Re: [PATCH v16 2/4] rust: types: add `ForeignOwnable::PointedTo`

From: Miguel Ojeda
Date: Mon Feb 17 2025 - 12:25:43 EST


On Mon, Feb 17, 2025 at 6:11 PM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> Only my personal experience with git blame. The `.cast()` call itself
> is boilerplate that arises from the difference in types between the
> abstractions and the bindings; my opinion is that a user of git blame
> is more likely to be interested in the rationale accompanying the
> implementation rather than that of the type shuffle.

I understand the rationale -- what I meant to ask is if you saw that
rule in kernel documentation or similar, because I could be missing
something, but I don't think we do that in the kernel.

So if you have a change like that, please just change the line, rather
than adding new ones just for `git blame`.

Cheers,
Miguel