Re: [PATCH] rust: kernel: list: fix incorrect pop_back example comment
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72mgtM1F4z+9EfjvPFY0ZuaD5L7SedffKq5FgGTNo5qhPA@mail.gmail.com> |
On Mon, Aug 10, 2026 at 5:03 PM Nikolai Grlica <[email protected]> wrote: > > The example uses pop_back(), but the accompanying comment says > pop_front(). Update the comment to match the example. > > Signed-off-by: Nikolai Grlica <[email protected]> Applied to `rust-fixes` -- thanks! Cc: [email protected] Fixes: bf87a41b85d6 ("rust: list: Add an example for `ListLinksSelfPtr` usage") Cheers, Miguel