-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix clippy #83
Merged
Merged
Fix clippy #83
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
b48b266
Apply easy clippy --fix
lexnv 4de23fb
Manual clippy fix v1
lexnv 3b62ac5
Allow clippy::single_match
lexnv b8759aa
fix: needless return
lexnv 6fca218
fix: needless borrow
lexnv 9d05c38
fix: needless lifetime
lexnv c602692
fix: needless question mark
lexnv f29ca90
fix: large_enum_variant
lexnv 9db7302
fix: new_without_default
lexnv d98e157
fix: redundant_closure
lexnv 838589b
fix: needless into
lexnv 78ec193
fix: let_unit_value
lexnv beb879c
fix: for_kv_map
lexnv c321813
fix: map_flatten
lexnv 49695b7
fix: blocks_in_conditions
lexnv 14123fa
fix: derived_hash_with_manual_eq
lexnv 64fb8a4
allow: redundant_pattern_matching
lexnv bf403d5
fix: derivable_impls
lexnv 92f4e40
fix: identity_op
lexnv 9c805df
fix: mem_replace_with_default
lexnv fa43cdb
allow: type_complexity
lexnv 4e60e55
fix: get_first
lexnv 0edeb56
fix: to_string_in_format_args
lexnv b117b16
fix: op_ref
lexnv 0d86588
fix: derive imp again
lexnv 6a02c99
fix: while_let_on_iterator
lexnv fb46a29
fix: iter_kv_map
lexnv 69e0c44
allow: result_unit_err
lexnv 739ef23
fix: don't bind tokio::spawn
lexnv d5badf9
allow: should_implement_trait
lexnv 0d18112
fix: clone_on_copy
lexnv 6423ed2
fix: impl from over into
lexnv af99ff9
fix: remaining clippy
lexnv f1e2b13
ci: Fail on clippy error
lexnv 5c37774
Apply rustfmt
lexnv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we revisit this later?