]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #26099 - TheNeikos:fix-old_array_syntax_in_comments, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 9 Jun 2015 00:12:28 +0000 (05:42 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 9 Jun 2015 00:12:28 +0000 (05:42 +0530)
As per RFC#520 the syntax for arrays has changed,
this changes the remaining comments to reflect
the new syntax.

I checked for existing occurences of this with the following command:

`ag "\[., \.\..\]"` which by now should only return a single occurence.


Trivial merge