Uh oh!
There was an error while loading. Please reload this page.
std::time fix typo on now() comments - #61433
Conversation
Fix typo, update words, and remove some redundant word.
rust-highfive
commented
Jun 1, 2019
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @kennytm (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. |
| // | ||
| // It simply seems that this it just happens so that a lot in the wild | ||
| // we're seeing panics across various platforms where consecutive calls | ||
| // It seems that this is just happens a lot in the wild. |
There was a problem hiding this comment.
This grammar is still messed up. Try removing the word is.
This comment has been minimized.
This comment has been minimized.
kennytm
commented
Jun 1, 2019
r=me after czipperz's comment is fixed. |
Centril
commented
Jun 10, 2019
Ping from triage @bekicot ^--- |
bekicot
commented
Jun 13, 2019
@Centril Sorry for the delay. Currently having a very slow internet connection (on vacation). Cant clone the repository to do the required amend. Be back tomorrow and will resolve. |
jonas-schievink
commented
Jun 22, 2019
Triage ping @bekicot, this still needs the tiny change above |
joelpalmer
commented
Jul 22, 2019
Fix typo on `now()` comments Fix typo, update words, and remove some redundant word. Also rustfmt on the rest of the file (hope this is okay :) revival of rust-lang#61433 r? @kennytm
Fix typo on `now()` comments Fix typo, update words, and remove some redundant word. Also rustfmt on the rest of the file (hope this is okay :) revival of rust-lang#61433 r? @kennytm
Fix typo, update words, and remove some redundant word.