Uh oh!
There was an error while loading. Please reload this page.
Allow a trailing comma in lint_array - #47458
Conversation
rust-highfive
commented
Jan 15, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @estebank (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. |
mark-i-m
commented
Jan 15, 2018
r? @durka |
There was a problem hiding this comment.
Oh, good catch... Copy/paste 🤕
LGTM, I'm not a reviewer though. You should probably add a test for the trailing comma? Perhaps in |
mark-i-m
commented
Jan 15, 2018
Thanks, I added a couple of tests... |
mark-i-m
commented
Jan 15, 2018
Hmm... ok... I need to fix a couple of errors. |
mark-i-m
commented
Jan 15, 2018
Ok, I think they should actually work now |
mark-i-m
commented
Jan 16, 2018
@estebank ping :) |
estebank
commented
Jan 16, 2018
@mark-i-m one final nitpick and r=me. Could you squash all your commits into one? |
091055d to
f81c2deComparemark-i-m
commented
Jan 16, 2018
@estebank Squashed :) Thanks! |
estebank
commented
Jan 17, 2018
@bors r+ rollup |
bors
commented
Jan 17, 2018
📌 Commit f81c2de has been approved by |
Allow a trailing comma in lint_array fixrust-lang#47428
Allow a trailing comma in lint_array fixrust-lang#47428
fix#47428