Skip to content

Standardize Range* documentation - #59057

Merged
bors merged 2 commits into
rust-lang:masterfrom
czipperz:standardize_range_documentation
Mar 13, 2019
Merged

Standardize Range* documentation#59057
bors merged 2 commits into
rust-lang:masterfrom
czipperz:standardize_range_documentation

Conversation

@czipperz

Copy link
Copy Markdown
Contributor

This updates the final example in the documentation for the types
Range, RangeFrom, RangeFull, RangeInclusive, RangeTo,
RangeToInclusive.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @shepmaster

(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 Mar 10, 2019
Comment threadsrc/libcore/ops/range.rs Outdated
This updates the final example in the documentation for the types
`Range`, `RangeFrom`, `RangeFull`, `RangeInclusive`, `RangeTo`,
`RangeToInclusive`.
@czipperz
czipperzforce-pushed the standardize_range_documentation branch from d0f0e2f to c46f758CompareMarch 12, 2019 00:56
@czipperz

Copy link
Copy Markdown
ContributorAuthor

@shepmaster Fixed that. Thanks for the catch

@shepmaster

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Mar 13, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit c46f758 has been approved by shepmaster

@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 Mar 13, 2019
@shepmaster

Copy link
Copy Markdown
Member

Thanks!

Centril added a commit to Centril/rust that referenced this pull request Mar 13, 2019
…ation, r=shepmaster
Standardize `Range*` documentation
This updates the final example in the documentation for the types
`Range`, `RangeFrom`, `RangeFull`, `RangeInclusive`, `RangeTo`,
`RangeToInclusive`.
@CentrilCentril mentioned this pull request Mar 13, 2019
bors added a commit that referenced this pull request Mar 13, 2019
Rollup of 16 pull requests
Successful merges:
- #58829 (librustc_interface: Update scoped-tls to 1.0)
- #58876 (Parse lifetimes that start with a number and give specific error)
- #58908 (Update rand version)
- #58998 (Fix documentation of from_ne_bytes and from_le_bytes)
- #59056 (Use lifetime contravariance to elide more lifetimes in core+alloc+std)
- #59057 (Standardize `Range*` documentation)
- #59080 (Fix incorrect links in librustc_codegen_llvm documentation)
- #59083 (Fix#54822 and associated faulty tests)
- #59093 (Remove precompute_in_scope_traits_hashes)
- #59101 (Reduces Code Repetitions like `!n >> amt`)
- #59121 (impl FromIterator for Result: Use assert_eq! instead of assert!)
- #59124 (Replace assert with assert_eq)
- #59129 (Visit impl Trait for dead_code lint)
- #59130 (Note that NonNull does not launder shared references for mutation)
- #59132 (ignore higher-ranked object bound conditions created by WF)
- #59138 (Simplify Iterator::{min, max})
Failed merges:
r? @ghost
@bors
bors merged commit c46f758 into rust-lang:masterMar 13, 2019
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

@czipperz@rust-highfive@shepmaster@bors