]> git.lizzy.rs Git - rust.git/commit
Auto merge of #13829 - nyurik:explicit-auto-deref, r=lnicola
authorbors <bors@rust-lang.org>
Fri, 23 Dec 2022 08:04:38 +0000 (08:04 +0000)
committerbors <bors@rust-lang.org>
Fri, 23 Dec 2022 08:04:38 +0000 (08:04 +0000)
commit19e5adc38b930ee24b5a0ea59d03364f467d161b
tree3d2565cef4f79358f9b6f7da24314c92ee3a218d
parentf1785f7a21f25ecad44b6a545ff14570d4754607
parente341e996f793587ce4ce088d5390c017c4da849d
Auto merge of #13829 - nyurik:explicit-auto-deref, r=lnicola

Clippy-fix explicit auto-deref

Seems like these can be safely fixed. With one, I was particularly surprised -- `Some(pats) => &**pats,` in body.rs?

```
cargo clippy --fix -- -A clippy::all -D clippy::explicit_auto_deref
```