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

Fix a couple clippy lints, run cargo format #72

Merged
merged 4 commits into from
Jan 18, 2022

Conversation

torokati44
Copy link
Contributor

@torokati44 torokati44 commented Sep 30, 2021

The most important one for me is the first fix, for if_then_panic, as it is in a macro, so the lint leaks into dependent crates as well.
See: https://github.com/ruffle-rs/ruffle/pull/5400/checks?check_run_id=3761100603 (EDIT: This link has expired since, sorry...)

The rest are just extra little fixes, while I was here...

I also had one for transmute_float_to_int, but that should be addressed by #63, so I removed it from here.

Copy link

@therustmonk therustmonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebcrozet sebcrozet merged commit 1398e38 into brendanzab:master Jan 18, 2022
@sebcrozet
Copy link
Collaborator

LGTM, thanks!

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.

3 participants