]> git.lizzy.rs Git - rust.git/commit
Auto merge of #7282 - camsteffen:lint-stmt-expr, r=flip1995
authorbors <bors@rust-lang.org>
Thu, 27 May 2021 08:23:21 +0000 (08:23 +0000)
committerbors <bors@rust-lang.org>
Thu, 27 May 2021 08:23:21 +0000 (08:23 +0000)
commit8066f836ecf770e0019903c7b82f6e280f86e7de
tree318ad657e74314972b785bef2ae063d2147f1c15
parent9c4651f2eeedc6f17f970d05699706c527c7a658
parentf3e77a454aef617998a016ca70c8dc0d281f208a
Auto merge of #7282 - camsteffen:lint-stmt-expr, r=flip1995

Fix allow on some statement lints

changelog: Fix `#[allow(..)]` over statements for [`needless_collect`], [`short_circuit_statement`] and [`unnecessary_operation`]

Fixes #7171
Fixes #7202