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

MSRV 1.81.0 TODO #2485

Open
SteveLauC opened this issue Sep 6, 2024 · 0 comments
Open

MSRV 1.81.0 TODO #2485

SteveLauC opened this issue Sep 6, 2024 · 0 comments

Comments

@SteveLauC
Copy link
Member

Rust 1.81.0 adds a new lint level expect, IIUC, this is for false-positive lints, it allows a lint temporarily and gives a warning when the lint is no longer needed so that you can remove the lint. Nix should replace all the allow(false_positve_lint) with expect(false_positive_lint) when we bump our MSRV to 1.81.0.

Ref: https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#expectlint

@SteveLauC SteveLauC changed the title Rust 1.81.0 TODO MSRV 1.81.0 TODO Sep 8, 2024
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

No branches or pull requests

1 participant