rust/clippy_lints
bors ceddf34b2e Auto merge of #5541 - DarkEld3r:patch-1, r=flip1995
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.

---

changelog: extend example for the `unneeded_field_pattern` lint
2020-05-08 10:34:50 +00:00
..
src Auto merge of #5541 - DarkEld3r:patch-1, r=flip1995 2020-05-08 10:34:50 +00:00
Cargo.toml
README.md

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