Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing docs and examples for fmt::Write #40126

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

GuillaumeGomez
Copy link
Member

@frewsxcv
Copy link
Member

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Feb 27, 2017

📌 Commit 88d62df has been approved by frewsxcv

/// use std::fmt::{Error, Write};
///
/// fn writer<W: Write>(f: &mut W, c: char) -> Result<(), Error> {
/// f.write_char(s)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be f.write_char(c).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, thanks!

@frewsxcv
Copy link
Member

@bors r-

@frewsxcv
Copy link
Member

r=me with the fixed error

@frewsxcv frewsxcv removed their assignment Feb 28, 2017
@GuillaumeGomez
Copy link
Member Author

@bors: r=frewsxcv rollup

@bors
Copy link
Contributor

bors commented Feb 28, 2017

📌 Commit 5933560 has been approved by frewsxcv

eddyb added a commit to eddyb/rust that referenced this pull request Feb 28, 2017
…ewsxcv

Add missing docs and examples for fmt::Write

r? @frewsxcv
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Feb 28, 2017
…ewsxcv

Add missing docs and examples for fmt::Write

r? @frewsxcv
bors added a commit that referenced this pull request Feb 28, 2017
Rollup of 9 pull requests

- Successful merges: #39977, #40033, #40047, #40056, #40057, #40122, #40124, #40126, #40131
- Failed merges: #40101
@bors bors merged commit 5933560 into rust-lang:master Feb 28, 2017
@GuillaumeGomez GuillaumeGomez deleted the fmt-write-docs branch February 28, 2017 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants