On Wed Apr 1, 2026 at 12:45 PM BST, Miguel Ojeda wrote: > Back in Rust 1.82.0, I cleaned the `rustdoc::unescaped_backticks` lint in > upstream Rust and added tests so that hopefully it would not regress [1]. > > Thus we can remove it from our side given the Rust minimum version bump. > > Link: https://github.com/rust-lang/rust/pull/128307 [1] > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > rust/Makefile | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-)
