-
Notifications
You must be signed in to change notification settings - Fork 888
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
Detect dead code better #2730
Labels
Comments
I am working on this. |
This was referenced Apr 26, 2021
@rustbot claim |
|
I think we can close it now. It's done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should stop using 'pub' and instead use 'crate' within rustup. Rustup has no exported API, but having pub functions results in dead types and functions not being detected. rust-lang/rust#79061 is an example of this technique applied to rustdoc
The text was updated successfully, but these errors were encountered: