Skip to content
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

[Code Quality]: Addressing new clippy lints (warns) #401

Merged
merged 1 commit into from Aug 25, 2023

Conversation

joshfried-aws
Copy link
Contributor

@joshfried-aws joshfried-aws commented Aug 24, 2023

Issue #, if available:

Description of changes:
With the release of Rust 1.72 earlier today, there was some changes to clippy lints. This PR addresses some issues that were for the time being only warns, but our intention is to get ahead of any possible future errors from the linter. This will keep noise out of future PR's that have actual logical changes made to them.

With the exception of 2 of them, most of these lints were due to this new lint https://rust-lang.github.io/rust-clippy/master/index.html#/needless_raw_string_hashes


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@joshfried-aws joshfried-aws merged commit 290fbc1 into aws-cloudformation:main Aug 25, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants