]> git.lizzy.rs Git - rust.git/commit
Auto merge of #6700 - daxpedda:panics-doc-unreachable, r=llogiq
authorbors <bors@rust-lang.org>
Fri, 12 Feb 2021 20:48:05 +0000 (20:48 +0000)
committerbors <bors@rust-lang.org>
Fri, 12 Feb 2021 20:48:05 +0000 (20:48 +0000)
commit047f3e16bfc158717c6aeaa152a31eb42f3b9f04
treeff96936da735095202299af89ef74dd05c07ef42
parent605e9ba3d7fa9e42afcdee5fd94c95f771693d07
parent37f978299e514c977e747d0212fa72c2b1a86d11
Auto merge of #6700 - daxpedda:panics-doc-unreachable, r=llogiq

Fix missing_panics_doc warning on `unreachable!`.

Fixes #6699.

Are there any other test-cases I should cover?

changelog: [`missing_panics_doc`](https://rust-lang.github.io/rust-clippy/master/index.html#missing_panics_doc): No longer lints on [`unreachable!`](https://doc.rust-lang.org/std/macro.unreachable.html)