]> git.lizzy.rs Git - rust.git/commit
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)
commit4b5ac524f3e9430708531a18f7bfbca54c6deb28
treed31798d36855eded6cdaabc9474f4e6446e25e6f
parentc95da07eb080278071079d9f75f45e2042b12f0b
parentebc3de22d8e3b7b1d6e2c77e444965bb9db51aa7
Rollup merge of #26099 - TheNeikos:fix-old_array_syntax_in_comments, r=alexcrichton

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.