Remove unused code from rustc_data_structures::sync#83653
Merged
bors merged 2 commits intorust-lang:masterfrom Jun 5, 2021
Merged
Remove unused code from rustc_data_structures::sync#83653bors merged 2 commits intorust-lang:masterfrom
rustc_data_structures::sync#83653bors merged 2 commits intorust-lang:masterfrom
Conversation
Member
|
|
Member
Author
|
Hmm, not sure who a good reviewer would be - maybe r? @wesleywiser ? |
wesleywiser
approved these changes
May 20, 2021
Member
|
There's a comment here that should be adjusted since we're removing
@bors rollup |
It's confusing for these to be different, even if some of the methods are unused.
Member
Author
|
@bors r=wesleywiser |
Collaborator
|
📌 Commit 3412957 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 4, 2021
Rollup of 10 pull requests Successful merges: - rust-lang#83653 (Remove unused code from `rustc_data_structures::sync`) - rust-lang#84466 (rustdoc: Remove `PrimitiveType::{to_url_str, as_str}`) - rust-lang#84880 (Make match in `register_res` easier to read) - rust-lang#84942 (rustdoc: link to stable/beta docs consistently in documentation) - rust-lang#85853 (Warn against boxed DST in `improper_ctypes_definitions` lint) - rust-lang#85939 (Fix suggestion for removing &mut from &mut macro!().) - rust-lang#85966 (wasm: Make simd types passed via indirection again) - rust-lang#85979 (don't suggest unsized indirection in where-clauses) - rust-lang#85983 (Update to semver 1.0.3) - rust-lang#85988 (Note that `ninja = false` goes under `[llvm]`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Found using https://github.com/est31/warnalyzer. Follow-up to #83185.
r? @Zoxc cc @oli-obk