rust/clippy_lints
Stanislav Tkach 1afb6e6e3b
Extend example for the unneeded_field_pattern lint
Current example is incorrect (or pseudo-code) because a struct name is omitted. I have used the code from the tests instead. Perhaps this example can be made less verbose, but I think it is more convenient to see a "real" code as an example.
2020-04-28 12:08:38 +03:00
..
src Extend example for the unneeded_field_pattern lint 2020-04-28 12:08:38 +03:00
Cargo.toml Remove dependency on matches crate 2020-03-25 07:50:08 +01:00
README.md

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