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

Remove some unused dependency declarations #26698

Merged
merged 1 commit into from May 29, 2020
Merged

Remove some unused dependency declarations #26698

merged 1 commit into from May 29, 2020

Commits on May 28, 2020

  1. Remove some unused dependency declarations

    This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC rust-lang/rust#72342) in a recent Nightly (more so than used in the tree as of this writing, CC #26661 for work-arounds).
    
    Only one crate is actually removed from the dependency graph, others are still dependended from other places.
    SimonSapin committed May 28, 2020
You can’t perform that action at this time.