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

Rust 1.81 #1746

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Rust 1.81 #1746

merged 3 commits into from
Sep 10, 2024

Conversation

rukai
Copy link
Member

@rukai rukai commented Sep 5, 2024

Updates to rust 1.81 and fixes some clippy lints that were introduced in 1.81

This PR also makes use of some new features in 1.81:

  • Some existing allow lints are turned into expect lints, this means that if the allow is no longer needed a warning will occur and the allow alerting the developer to remove the allow
  • existing comments explaining why we have lints are turned into lint reasons
    • The new lint reason field is really cool, for example now that we have a lint reason for deny unsafe, we get these error messages including the lint reason if we attempt to use an unsafe block. (see below image)

2024-09-06 08-27-46

Copy link

codspeed-hq bot commented Sep 5, 2024

CodSpeed Performance Report

Merging #1746 will not alter performance

Comparing rukai:rust_1.81 (d3c99d3) with main (e94328d)

Summary

✅ 39 untouched benchmarks

@rukai rukai marked this pull request as ready for review September 5, 2024 23:54
@rukai rukai enabled auto-merge (squash) September 9, 2024 23:47
@rukai rukai merged commit 1df76ce into shotover:main Sep 10, 2024
41 checks passed
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