rust/crates/proc-macro-srv/src
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
..
abis Clippy-fix explicit auto-deref 2022-12-23 02:52:14 -05:00
tests Handle raw identifiers in proc macro server 2022-12-04 00:26:05 +09:00
cli.rs
dylib.rs ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00
lib.rs ⬆️ rust-analyzer 2022-11-23 17:24:03 +02:00