Skip to content

Fix a typo in Write::write_vectored docs - #62381

Merged
bors merged 1 commit into
rust-lang:masterfrom
pawroman:fix_typo_in_write_vectored
Jul 5, 2019
Merged

Fix a typo in Write::write_vectored docs#62381
bors merged 1 commit into
rust-lang:masterfrom
pawroman:fix_typo_in_write_vectored

Conversation

@pawroman

Copy link
Copy Markdown
Contributor

Fixed what seems like a typo. "Copy to from" is extremely confusing.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @joshtriplett

(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 Jul 4, 2019
@Centril

Copy link
Copy Markdown
Contributor

cc @sfackler in case to from has some special meaning here.

r? @Centril@bors r+ rollup

@bors

bors commented Jul 5, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 7f035ba has been approved by Centril

@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 Jul 5, 2019
@sfackler

Copy link
Copy Markdown
Member

Ah yeah, good find.

Centril added a commit to Centril/rust that referenced this pull request Jul 5, 2019
…, r=Centril
Fix a typo in Write::write_vectored docs
Fixed what seems like a typo. "Copy to from" is extremely confusing.
@CentrilCentril mentioned this pull request Jul 5, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 5, 2019
…, r=Centril
Fix a typo in Write::write_vectored docs
Fixed what seems like a typo. "Copy to from" is extremely confusing.
@CentrilCentril mentioned this pull request Jul 5, 2019
Centril added a commit to Centril/rust that referenced this pull request Jul 5, 2019
…, r=Centril
Fix a typo in Write::write_vectored docs
Fixed what seems like a typo. "Copy to from" is extremely confusing.
@CentrilCentril mentioned this pull request Jul 5, 2019
bors added a commit that referenced this pull request Jul 5, 2019
Rollup of 13 pull requests
Successful merges:
- #61545 (Implement another internal lints)
- #62110 (Improve -Ztime-passes)
- #62133 (Feature gate `rustc` attributes harder)
- #62158 (Add MemoryExtra in InterpretCx constructor params)
- #62168 (The (almost) culmination of HirIdification)
- #62193 (Create async version of the dynamic-drop test)
- #62369 (Remove `compile-pass` from compiletest)
- #62380 (rustc_target: avoid negative register counts in the SysV x86_64 ABI.)
- #62381 (Fix a typo in Write::write_vectored docs)
- #62390 (Update README.md)
- #62396 (remove Scalar::is_null_ptr)
- #62406 (Lint on invalid values passed to x.py --warnings)
- #62414 (Remove last use of mem::uninitialized in SGX)
Failed merges:
r? @ghost
@bors
bors merged commit 7f035ba into rust-lang:masterJul 5, 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.

6 participants

@pawroman@rust-highfive@Centril@bors@sfackler@joshtriplett