a4cf91b9c8
Don't lint Default::default if it is the udpate syntax base changelog: Don't lint `Default::default` it is part of the update syntax Current clippy warns about this: ``` warning: calling `Foo::default()` is more clear than this expression --> src/main.rs:12:11 | 12 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ help: try: `Foo::default()` | ``` With these changes, it will not lint that particular expression anymore. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |