rust/clippy_lints
Henri Lunnikivi 7b203f3da6 Implement field_reassign_with_default
- Implement `field_reassign_with_default` as a `LateLintPass`
- Avoid triggering `default_trait_access` on a span already linted by
`field_reassigned_with_default`
- Merge `default_trait_access` and `field_reassign_with_default` into
`Default`
- Co-authored-by: Eduardo Broto <ebroto@tutanota.com>
- Fixes #568
2020-10-31 15:49:58 +02:00
..
2020-10-31 15:49:58 +02:00
2020-10-26 00:53:51 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.