rust/crates/rust-analyzer
Yuri Astrakhan e341e996f7 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
```
2022-12-23 02:52:14 -05:00
..
src Clippy-fix explicit auto-deref 2022-12-23 02:52:14 -05:00
tests/slow-tests ⬆️ rust-analyzer 2022-10-18 09:12:49 +03:00
build.rs Fix typo in build.rs 2022-06-26 10:09:45 +00:00
Cargo.toml ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00