Files
rust/src/librustdoc
Stuart Cook 319df85a09 Rollup merge of #154048 - GuillaumeGomez:missing_doc_code_examples-improvement, r=lolbinarycat
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
2026-03-20 15:33:05 +11:00
..
2024-07-29 08:26:52 +10:00
2024-08-29 12:14:41 +02:00
2025-06-29 12:41:16 +00:00
2024-11-28 03:05:43 +01:00
2026-02-20 10:35:52 +01:00

For more information about how librustdoc works, see the rustc dev guide.