rust/clippy_utils
Jason Newcomb a261bc5fad
Make explicit_deref_methods check for multiple deref calls
Fix suggestion for `explicit_deref_methods`. Sometimes `&**` is needed, sometimes nothing is needed.
Allow `explicit_deref_methods` to trigger in a few new contexts.
`explicit_deref_methods` will now consider ufcs calls
2021-03-13 08:39:48 -05:00
..
src Make explicit_deref_methods check for multiple deref calls 2021-03-13 08:39:48 -05:00
Cargo.toml Opt-in to rustc_private for rust-analyzer 2021-03-08 17:39:51 +00:00