You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 44a01b8, tidy no longer emits unused crate warnings -- i.e., Cargo.toml has a dependency but the associated library does not. Due to use of 2018 edition implicit imports, this is no longer an easy thing to do (any file within the crate can use the crate, and extern crate isn't required).
I'm thinking we can probably just remove this tidy lint for now in favor of something like #57274 in the future.
The text was updated successfully, but these errors were encountered:
Enselic
added
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
and removed
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Nov 24, 2023
Since 44a01b8, tidy no longer emits unused crate warnings -- i.e., Cargo.toml has a dependency but the associated library does not. Due to use of 2018 edition implicit imports, this is no longer an easy thing to do (any file within the crate can use the crate, and extern crate isn't required).
I'm thinking we can probably just remove this tidy lint for now in favor of something like #57274 in the future.
The text was updated successfully, but these errors were encountered: