Re: [PATCH v2] rust: rbtree: add immutable cursor
From: Alice Ryhl
Date: Mon Sep 08 2025 - 06:22:56 EST
On Mon, Sep 8, 2025 at 11:21 AM Miguel Ojeda
<miguel.ojeda.sandonis@xxxxxxxxx> wrote:
>
> On Mon, Sep 8, 2025 at 11:06 AM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
> >
> > Why not use &raw? Consistency with the rest of the file?
>
> I guess -- it is a good thing, but since we are actively trying to
> move to the operator, it would minimize work to avoid adding new ones:
>
> https://github.com/Rust-for-Linux/linux/issues/1148
>
> Cheers,
> Miguel
Do we already have a patch making this refactor for rbtree? I don't
think I saw one. I can send one if not.
Alice