rustfix icon indicating copy to clipboard operation
rustfix copied to clipboard

`cargo fix` doesn't work for rustdoc lints

Open jyn514 opened this issue 4 years ago • 1 comments

Since https://github.com/rust-lang/rust/pull/77856, rustdoc has a machine applicable suggestion to use <url> instead of url, to make it a hyperlink in the docs. But there is no way to actually apply that lint automatically - cargo fix never runs rustdoc.

jyn514 avatar Jan 18 '21 21:01 jyn514

Related: https://github.com/rust-lang/cargo/pull/8859

jyn514 avatar Jan 18 '21 21:01 jyn514