rust/crates/stdx
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
Cargo.toml Update several crates to bring support for the new Tier 3 Windows targets 2022-11-13 22:45:09 +01:00