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.
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
Deny clippy::arithmetic_side_effects for fuel-merkle #729
Deny clippy::arithmetic_side_effects for fuel-merkle #729
Changes from 12 commits
937e242
ccff21e
234d53b
9c4b9d5
25569cc
912d001
05cf75e
52a96e2
82031ee
ca41cc0
d6149e7
2dbeecd
26eb400
fcf3874
2099bc2
16e4ba7
05b7ce2
c4fa08f
2a46ae5
6bf695b
2d4e444
52db5a3
0a68b5d
ced9f8c
5ea05c0
8182335
9a3cc41
432e7c9
51e37c0
b041b45
9eee009
39fe1a5
ff9e33e
20cd6cc
801df03
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Replaced with
bool
orSide
enum, depending on which made sense.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.
Renamed to
Side
, and used in more placesThere 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.
Merged into
Path
trait, as they were not used separately.