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.
Does a lot of #5
The formatting is applied in a separate commit so it's easier to see what was clippy and what wasn't.
I ignored these lints, which would require deeper code changes:
clippy::wrong_self_convention
clippy::borrow_interior_mutable_const
clippy::extra_unused_lifetimes
clippy::explicit_auto_deref
clippy::too_many_arguments
clippy::large_enum_variant
clippy::should_implement_trait
clippy::useless_conversion
clippy::needless_range_loop
clippy::format_push_string
clippy::borrowed_box
clippy::declare_interior_mutable_const
With this PR, we go from 275 clippy warnings to just 62.