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 clippy::cast_lossless #1547

Merged
merged 2 commits into from
Aug 24, 2024
Merged

Fix clippy::cast_lossless #1547

merged 2 commits into from
Aug 24, 2024

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Aug 24, 2024

See lint info

Automatically apply it with clippy:

 cargo clippy --fix --all-targets --workspace -- -A clippy::all -W clippy::cast_lossless

See #874

@nyurik nyurik mentioned this pull request Aug 24, 2024
64 tasks
See [lint info](https://rust-lang.github.io/rust-clippy/master/index.html#/cast_lossless)

Automatically apply it with clippy:

```
 cargo clippy --fix --all-targets --workspace -- -A clippy::all -W clippy::cast_lossless
```
Copy link
Member

@Byron Byron left a comment

Choose a reason for hiding this comment

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

Thanks a lot, appreciated!

It only happens after applying another clippy lint.
@nyurik
Copy link
Contributor Author

nyurik commented Aug 24, 2024

oops, sorry, got a bit confused with simultaneous changes, done now

@Byron Byron merged commit c3a7dcf into GitoxideLabs:main Aug 24, 2024
36 checks passed
@nyurik nyurik deleted the cast-lossless branch August 24, 2024 13:08
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.

2 participants