Uh oh!
There was an error while loading. Please reload this page.
Improve and fix mpsc documentation - #37941
Conversation
mfarrugi
commented
Nov 25, 2016
Are the references to 'runtime' also outdated? eg. L235 |
Cobrand
commented
Nov 25, 2016
@mfarrugi I don't really get what you mean ... could you explain more in detail ? |
mfarrugi
commented
Nov 25, 2016
I'm not clear on what runtime refers to in |
Cobrand
commented
Nov 25, 2016
Indeed it looks like the mention of the runtime is part of the old documentation that was kept here. A quick git blame told me that most the the comments in this file were from 2013 or 2014, so definitely way before the first release of Rust. That might need another PR though ? |
bors
commented
Nov 26, 2016
☔ The latest upstream changes (presumably #38015) made this pull request unmergeable. Please resolve the merge conflicts. |
499e76a to
b4db1a7CompareCobrand
commented
Dec 6, 2016
This has been opened for several days but I don't see any issue, I guess I'll try my luck with someone else ? |
There was a problem hiding this comment.
All functions/methods name should have () at the end.
There was a problem hiding this comment.
Extra whitespace before "rendezvous". By the way, shouldn't it be rendez-vous? French in english is so strange haha.
There was a problem hiding this comment.
Oh and same comment for send in here.
There was a problem hiding this comment.
Being french myself I had my doubts about that but in English it's definitely rendezvous :
https://fr.wikipedia.org/wiki/Rendez-vous
https://en.wikipedia.org/wiki/Rendezvous
For some unknown and I guess historical reasons the translators dropped the dash
Closesrust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected
b4db1a7 to
57f998aCompareGuillaumeGomez
commented
Dec 7, 2016
All good, thanks! @bors: r+ rollup |
bors
commented
Dec 7, 2016
📌 Commit 57f998a has been approved by |
…aumeGomez Improve and fix mpsc documentation Closesrust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected r? @steveklabnik
…aumeGomez Improve and fix mpsc documentation Closesrust-lang#37915 This commit enhances documentation with several links and fixes an error in the `sync_channel` documentation as well: `send` doesn't panic when the senders are all disconnected r? @steveklabnik
Closes#37915
This commit enhances documentation with several links and
fixes an error in the
sync_channeldocumentation as well:senddoesn't panic when the senders are all disconnectedr? @steveklabnik