Remove references to StaticMutex which got removed a while ago#53107
Merged
bors merged 1 commit intorust-lang:masterfrom Aug 7, 2018
Merged
Remove references to StaticMutex which got removed a while ago#53107bors merged 1 commit intorust-lang:masterfrom
StaticMutex which got removed a while ago#53107bors merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Member
|
@bors: r+ |
Collaborator
|
📌 Commit a92b5cc has been approved by |
Member
|
@bors rollup |
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Aug 7, 2018
Remove references to `StaticMutex` which got removed a while ago `StaticMutex` got removed two years ago with rust-lang#34705, but still got referenced in some comments and even an error explanation.
bors
added a commit
that referenced
this pull request
Aug 7, 2018
Rollup of 10 pull requests Successful merges: - #52885 (Remove some unused method arguments from typeck) - #52886 (cleanup: Remove `Def::GlobalAsm`) - #53028 (Building librustc_codegen_llvm in a separate directory) - #53052 (fixed broken links to char) - #53060 (Change rustdoc style so fully qualified name does not overlap src link) - #53068 (Rename Executor trait to Spawn) - #53093 (Enable macros to pass $:literal to another macro) - #53107 (Remove references to `StaticMutex` which got removed a while ago) - #53135 (Rust 2018: Disable catch_expr, not targeted for 2018 edition) - #53139 (set emit_debug_gdb_scripts: false for riscv32imac-unknown-none target)
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.
StaticMutexgot removed two years ago with #34705, but still got referenced in some comments and even an error explanation.