[Doc] Ignore lines starting with # in the example code #4353
Labels
A-documentation
Area: Adding or improving documentation
A-website
Area: Improving the clippy website
E-help-wanted
Call for participation: Help is requested to fix this issue.
rustdoc
hides lines starting with#
.The Clippy documentation still shows these lines:
https://rust-lang.github.io/rust-clippy/master/index.html#boxed_local
It would be great if we could detect those lines and also hide them in the Clippy documentation.
The text was updated successfully, but these errors were encountered: