about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/debug.rs
diff options
context:
space:
mode:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2022-12-23 02:51:52 -0500
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2022-12-23 02:52:14 -0500
commite341e996f793587ce4ce088d5390c017c4da849d (patch)
tree3d2565cef4f79358f9b6f7da24314c92ee3a218d /compiler/rustc_mir_transform/src/coverage/debug.rs
parentf1785f7a21f25ecad44b6a545ff14570d4754607 (diff)
downloadrust-e341e996f793587ce4ce088d5390c017c4da849d.tar.gz
rust-e341e996f793587ce4ce088d5390c017c4da849d.zip
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
```
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions