Browse Source
The clippy version included with 1.57 flagged several problems: 1. Multiple fields were never read, removed those. 2. The `Default` impl on `Tasks` could be derived. 3. A redundant closure 4. A large enum variantfeature/reconnect-button
Thomas Eizinger
3 years ago
7 changed files with 5 additions and 22 deletions
@ -1,4 +1,4 @@ |
|||||
[toolchain] |
[toolchain] |
||||
channel = "1.56" |
channel = "1.57" |
||||
components = ["clippy"] |
components = ["clippy"] |
||||
targets = ["aarch64-unknown-linux-gnu"] |
targets = ["aarch64-unknown-linux-gnu"] |
||||
|
Loading…
Reference in new issue