Re: [PATCH 08/19] rust: enable `rustdoc::unescaped_backticks` lint

From: Miguel Ojeda
Date: Tue Oct 01 2024 - 13:06:54 EST


On Sun, Sep 29, 2024 at 6:40 AM Trevor Gross <tmgross@xxxxxxxxx> wrote:
>
> Maybe we should use something like FIXME(msrv) so things like this are
> easy to find?

It would be nice to standardize on something. As long as the version
number is there, I think it is OK even without a standard notation,
since it will be easy to find while grepping for cleanups on the
version upgrade.

Relatedly, Benno even proposed failing the build [1].

[1] https://lore.kernel.org/rust-for-linux/CANiq72=-bV_=TUoH6gLnPwTcxROBqyrCpOpbumki_S+po1TPhQ@xxxxxxxxxxxxxx/

Cheers,
Miguel