mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
319df85a09
Don't emit rustdoc `missing_doc_code_examples` lint on impl items @lolbinarycat realized in [this comment](https://github.com/rust-lang/rust/pull/153964#discussion_r2953956702) that we weren't testing some cases for the `missing_doc_code_examples` lint. Turns out that it was not handling this case well. =D So in short: `missing_doc_code_examples` lint should not be emitted on impl items and this PR fixes that. r? @lolbinarycat
For more information about how librustdoc works, see the rustc dev guide.