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

remove uninlined arg lint suppression #4469

Merged

Conversation

realbigsean
Copy link
Member

Issue Addressed

This didn't require changes when I removed this locally, not sure why it was there. Maybe it was more useful when the branch was in a less stable state?

@realbigsean realbigsean added ready-for-review The code is ready for review low-hanging-fruit Easy to resolve, get it before someone else does! deneb labels Jul 5, 2023
@michaelsproul
Copy link
Member

I remember adding this on unstable because I was too lazy to update all the format strings. Maybe someone whacked the Deneb branch with cargo clippy --fix since then?

It's still there on unstable:

-A clippy::uninlined-format-args

@realbigsean
Copy link
Member Author

realbigsean commented Jul 5, 2023

Oh it looks like this was added twice! so it may actually still be supressing things. This PR just gets rid of the duplicate then. Thanks!

@realbigsean realbigsean merged commit c3ef84b into sigp:deneb-free-blobs Jul 5, 2023
28 of 29 checks passed
@realbigsean realbigsean deleted the remove-uninlined-arg-lint branch November 21, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deneb low-hanging-fruit Easy to resolve, get it before someone else does! ready-for-review The code is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants