Re: [PATCH v2] rust: sync: improve `Arc` documentation links
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72mFXx=ayCCXxOuucoZBqgB4D0exbrmE_iy_M9d_WQ5mig@mail.gmail.com> |
On Sat, Jul 11, 2026 at 4:47 PM Harish C S <[email protected]> wrote: > > The `Arc` documentation has a few mentions that do not follow the > surrounding style: a plain `Arc` without an intra-doc link and a > lower-case "arc". > > Use intra-doc links for rustdoc references to `Arc` and spell internal > comments consistently as `Arc`, matching nearby docs. > > Suggested-by: Miguel Ojeda <[email protected]> > Link: https://github.com/Rust-for-Linux/linux/issues/1240 > Signed-off-by: Harish C S <[email protected]> Applied to `rust-next` -- thanks everyone! Cheers, Miguel