]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:52:47 +0000 (01:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:23 +0000 (10:00 +0200)
commit0f6e1e0705f054ae68ecfa3f7ee47b9c35677e40
tree6162fcfd2a7e7eb289e908af0876957e9b1fecc1
parent4ab22c543f18cfbcc2f8ae691dc5ec5cc0ac35fb
rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`

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
Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260405235309.418950-12-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile