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

Upgrade clippy to 1.80.0 #547

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Upgrade clippy to 1.80.0 #547

merged 2 commits into from
Aug 1, 2024

Conversation

webmaster128
Copy link
Member

No description provided.

@webmaster128
Copy link
Member Author

Strange failure. Smells lit a Rust or clippy bug

@chipshort
Copy link
Collaborator

It's apparently this: rust-lang/rust#124736. Basically the new Rust version introduced a new trait impl that makes the types that could previously be inferred ambiguous now.
updating the time crate should fix it.

@webmaster128
Copy link
Member Author

Ah, okay. Did not realize this is a compile error. But yeah,cargo +stable check --all-targets fails as well.

@webmaster128 webmaster128 merged commit aa38d97 into main Aug 1, 2024
14 checks passed
@webmaster128 webmaster128 deleted the clippy-1.80.0 branch August 1, 2024 12:25
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