generated from rust-vmm/crate-template
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add workspace-wide clippy lint lists #518
Comments
epilys
added a commit
to epilys/vhost-device
that referenced
this issue
Nov 19, 2023
From Rust 1.74 and onwards, this section enables opt-in lints for crates of this workspace. Read more information at https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html For a crate to opt-in, it needs to set [lints] workspace = true In its Cargo.toml Closes rust-vmm#518 Signed-off-by: Manos Pitsidianakis <[email protected]>
epilys
added a commit
to epilys/vhost-device
that referenced
this issue
Sep 20, 2024
From Rust 1.74 and onwards, this section enables opt-in lints for crates of this workspace. Read more information at https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html For a crate to opt-in, it needs to set [lints] workspace = true In its Cargo.toml Closes rust-vmm#518 Signed-off-by: Manos Pitsidianakis <[email protected]>
epilys
added a commit
to epilys/vhost-device
that referenced
this issue
Sep 20, 2024
From Rust 1.74 and onwards, this section enables opt-in lints for crates of this workspace. Read more information at https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html For a crate to opt-in, it needs to set [lints] workspace = true In its Cargo.toml Closes rust-vmm#518 Signed-off-by: Manos Pitsidianakis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quoting #514 (comment):
We should fix this when
[lints]
is added in thestable
we target.The text was updated successfully, but these errors were encountered: