Uh oh!
There was an error while loading. Please reload this page.
Removed rustdoc comments on pub mod statements in std::io's mod.rs. Twea... - #12490
Conversation
There was a problem hiding this comment.
Can you move this comment inside the module?
alexcrichton
commented
Feb 23, 2014
I'd also be find with deleting these doc-comments instead of just making them comments. |
zslayton
commented
Feb 23, 2014
@alexcrichton Done! |
…od.rs file. Added summary doc-comments to test.rs, util.rs and stdio.rs.
alexcrichton
commented
Feb 23, 2014
This appears to have picked up a few extra commits. I would recommend using |
zslayton
commented
Feb 23, 2014
Shoot. It would seem that I'm not very talented at rebasing. I was trying to do that when I somehow created the merge commits. I have a master branch and this bugfix branch, 'doc-fix-12386'. Mozilla's repo is my upstream. Whenever I run |
alexcrichton
commented
Feb 24, 2014
It may have been the case that you just needed to start a new branch and cherry-pick your one commit on top, but I'm not entirely sure. Regardless, it seems to have been sorted out! Sorry I forgot to mention this earlier, but could you also mention the issue in the commit message itself? If you phrase it like |
zslayton
commented
Feb 24, 2014
Sure, I'd be happy to. It's not possible to change the commit message once it's been pushed, is it? How do you recommend I amend it? |
zslayton
commented
Feb 24, 2014
Nevermind, I just reset the branch and reapplied my changes with the new message. |
alexcrichton
commented
Feb 24, 2014
You can also use |
zslayton
commented
Feb 24, 2014
Oh! Educational. Thanks! On Sun, Feb 23, 2014 at 11:47 PM, Alex Crichton notifications@github.comwrote:
|
…, r=Veykril fix: complete non-std enum at the start of `use` completions close: rust-lang#12421
Attn: @huonw
Addresses #12386.