]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez
authorbors <bors@rust-lang.org>
Mon, 13 Sep 2021 09:41:22 +0000 (09:41 +0000)
committerbors <bors@rust-lang.org>
Mon, 13 Sep 2021 09:41:22 +0000 (09:41 +0000)
commit1cd17addad57e2aaf5dc6d3febe042ebb733bee3
tree77e6aefad6b43ffd1f6a1a19a0c35bbc847a55c3
parent61a102914335caebb8c67079bc351822a12862ee
parentc86c63436ac074d824d76e151c468554191e168e
Auto merge of #88745 - hnj2:allow-trait-impl-missing-code, r=GuillaumeGomez

Allow missing code examples in trait impls.

Excludes Trait implementations from the items that need to have doc code examples when using the `rustdoc::missing_doc_code_examples` lint.

For details see #88741

fixes #88741

r? `@jyn514`