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

BufWriter::new should say what the current default capacity is #52513

Closed
Havvy opened this issue Jul 19, 2018 · 2 comments
Closed

BufWriter::new should say what the current default capacity is #52513

Havvy opened this issue Jul 19, 2018 · 2 comments
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools

Comments

@Havvy
Copy link
Contributor

Havvy commented Jul 19, 2018

The docs for BufWriter::new() currently state "Creates a new BufWriter with a default buffer capacity." It should state what that capacity currently is (and state that it may be subject to changes).

@retep998 retep998 added the A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools label Jul 26, 2018
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this issue Jul 26, 2018
State default capacity for BufReader/BufWriter

Addresses rust-lang#52513
@tbu-
Copy link
Contributor

tbu- commented Aug 29, 2018

This seems to be fixed: nightly docs of BufWriter::new.

@Havvy
Copy link
Contributor Author

Havvy commented Aug 29, 2018

Yes. 😄

@Havvy Havvy closed this as completed Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
Projects
None yet
Development

No branches or pull requests

3 participants