Uh oh!
There was an error while loading. Please reload this page.
doc: Mention that writeln! and println! always use LF - #34777
Conversation
rust-highfive
commented
Jul 12, 2016
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
| } | ||
| /// Macro for printing to the standard output, with a newline. | ||
| /// Macro for printing to the standard output, with a newline. On all |
There was a problem hiding this comment.
Colloquially to me I think "On all platforms" makes a little more sense than "on every platforms"
There was a problem hiding this comment.
Then it's all good for me. 😉
alexcrichton
commented
Jul 12, 2016
GuillaumeGomez
commented
Jul 12, 2016
Thanks! @bors: r+ rollup |
bors
commented
Jul 12, 2016
📌 Commit 4bfaa43 has been approved by |
doc: Mention that writeln! and println! always use LF Fixesrust-lang#34697 I'm not really satisfied with the wording, but I didn't have a better idea. Suggestions welcome.
Fixes#34697
I'm not really satisfied with the wording, but I didn't have a better idea. Suggestions welcome.