Skip to content

Remove references to StaticMutex which got removed a while ago - #53107

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:static-mutex
Aug 7, 2018
Merged

Remove references to StaticMutex which got removed a while ago#53107
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:static-mutex

Conversation

@RalfJung

Copy link
Copy Markdown
Member

StaticMutex got removed two years ago with #34705, but still got referenced in some comments and even an error explanation.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 6, 2018
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Aug 6, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit a92b5cc has been approved by alexcrichton

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 6, 2018
@kennytm

Copy link
Copy Markdown
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.
@kennytmkennytm mentioned this pull request Aug 7, 2018
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)
@bors
bors merged commit a92b5cc into rust-lang:masterAug 7, 2018
@RalfJung
RalfJung deleted the static-mutex branch August 16, 2018 10:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@RalfJung@rust-highfive@alexcrichton@bors@kennytm