-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(tmp_plan): address all in
clippy::all
Common cases were redundant borrows of a reference, and redundant `clone`s of types that impl Copy Added attributes to explicitly allow the following: `clippy::large_enum_variant` for enum `PlanState<Ak>` `clippy::too_many_arguments` for fn `sign_with_keymap`
- Loading branch information
1 parent
08e6867
commit c5e924d
Showing
3 changed files
with
29 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters