Skip to content

Apply docs convention: Replace # Unsafety with # Safety in docs - #58718

Merged
bors merged 1 commit into
rust-lang:masterfrom
Centril:doc-convention-safety
Feb 25, 2019
Merged

Apply docs convention: Replace # Unsafety with # Safety in docs#58718
bors merged 1 commit into
rust-lang:masterfrom
Centril:doc-convention-safety

Conversation

@Centril

Copy link
Copy Markdown
Contributor

As used in RFC 1574: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#using-markdown

"Safety" is used many times more than "Unsafety" is within existing docs.

@bors rollup

r? @RalfJung

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 25, 2019
@RalfJung

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Feb 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 4ca865e has been approved by RalfJung

@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 Feb 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Feb 25, 2019
…lfJung
Apply docs convention: Replace # Unsafety with # Safety in docs
As used in RFC 1574: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#using-markdown
"Safety" is used many times more than "Unsafety" is within existing docs.
@bors rollup
r? @RalfJung
@CentrilCentril mentioned this pull request Feb 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Feb 25, 2019
…lfJung
Apply docs convention: Replace # Unsafety with # Safety in docs
As used in RFC 1574: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#using-markdown
"Safety" is used many times more than "Unsafety" is within existing docs.
@bors rollup
r? @RalfJung
@CentrilCentril mentioned this pull request Feb 25, 2019
bors added a commit that referenced this pull request Feb 25, 2019
Rollup of 10 pull requests
Successful merges:
- #55632 (Deny the `overflowing_literals` lint for all editions)
- #58687 (Reduce Miri Code Repetition like `(n << amt) >> amt`)
- #58690 (Reduce a Code Repetition like `(n << amt) >> amt`)
- #58718 (Apply docs convention: Replace # Unsafety with # Safety in docs)
- #58719 (librustc_codegen_llvm: #![deny(elided_lifetimes_in_paths)])
- #58720 (librustc_codegen_ssa: #![deny(elided_lifetimes_in_paths)])
- #58722 (librustc_typeck: deny(elided_lifetimes_in_paths))
- #58723 (librustc: deny(elided_lifetimes_in_paths))
- #58725 (Test that binop subtyping in rustc_typeck fixes#27949)
- #58727 (bootstrap: deny(rust_2018_idioms))
Failed merges:
r? @ghost
@bors
bors merged commit 4ca865e into rust-lang:masterFeb 25, 2019
@Centril
Centril deleted the doc-convention-safety branch February 26, 2019 23:43
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.

4 participants

@Centril@RalfJung@bors@rust-highfive