-
Notifications
You must be signed in to change notification settings - Fork 90
Update to Rust 1.84 and enable many clippy lints #107
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
Conversation
|
Isn't egui only on 1.84? |
|
Why not jumping to 1.86 and rust edition 2024? |
I dont have a strong opinion on the matter. I needed to upgrade to 1.85 due to some dependency we have. |
|
Gonna open another pr for 1.86 sometime |
Actually, we decided to stick to 1.84 for now, to align with egui. I'm updating this PR to this effect. |
|
Link checker error not relevant, and fixed in #108 |
Update rust to 1.84 to align with egui, and add a bunch of lints copy/pasted from Rerun's repo