-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Typo in println
docs.
#63477
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 12, 2019
Fixes rust-lang#63477 Adds a closing parenthesis.
bors
added a commit
that referenced
this issue
Aug 12, 2019
Rollup of 10 pull requests Successful merges: - #62108 (Use sharded maps for queries) - #63297 (Improve pointer offset method docs) - #63306 (Adapt AddRetag for shallow retagging) - #63406 (Suggest using a qualified path in patterns with inconsistent bindings) - #63431 (Revert "Simplify MIR generation for logical ops") - #63449 (resolve: Remove remaining special cases from built-in macros) - #63461 (docs: add stdlib env::var(_os) panic) - #63473 (Regression test for #56870) - #63474 (Add tests for issue #53598 and #57700) - #63480 (Fixes #63477) Failed merges: r? @ghost
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 12, 2019
Fixes rust-lang#63477 Adds a closing parenthesis.
bors
added a commit
that referenced
this issue
Aug 12, 2019
Rollup of 9 pull requests Successful merges: - #62108 (Use sharded maps for queries) - #63297 (Improve pointer offset method docs) - #63406 (Suggest using a qualified path in patterns with inconsistent bindings) - #63431 (Revert "Simplify MIR generation for logical ops") - #63449 (resolve: Remove remaining special cases from built-in macros) - #63461 (docs: add stdlib env::var(_os) panic) - #63473 (Regression test for #56870) - #63474 (Add tests for issue #53598 and #57700) - #63480 (Fixes #63477) Failed merges: r? @ghost
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
There is an unclosed parenthesis in the docs for
println!
.The line in question is line 122:
The text was updated successfully, but these errors were encountered: