Uh oh!
There was an error while loading. Please reload this page.
Modify part of line! documentation. - #48856
Conversation
In accordance with rust-lang#46997, I've replaced: > The returned line is not the invocation of the line! macro itself [...] By > The returned line is *not necessarily* the line of the `line!` invocation itself [...]
rust-highfive
commented
Mar 8, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @joshtriplett (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. |
joshtriplett
commented
Mar 8, 2018
@bors r+ rollup |
bors
commented
Mar 8, 2018
📌 Commit 2d7472f has been approved by |
joshtriplett
commented
Mar 8, 2018
Thanks for your contribution! I love seeing this kind of clarification. |
…ntation, r=joshtriplett Modify part of `line!` documentation. In accordance with rust-lang#46997, I've replaced: > The returned line is not the invocation of the line! macro itself [...] By > The returned line is *not necessarily* the line of the `line!` invocation itself [...]
In accordance with #46997, I've replaced:
By