]> git.lizzy.rs Git - rust.git/commit
Fix last comment turning into block comment
authorAri Koivula <ari@koivu.la>
Sun, 13 Mar 2016 21:27:13 +0000 (23:27 +0200)
committerAri Koivula <ari@koivu.la>
Mon, 14 Mar 2016 00:02:52 +0000 (02:02 +0200)
commit0c8640a84f0cf4ce01665aa482f4470edcf12410
treea82ffdb08d8183ca0f762bc2547454f09bad2d07
parentf4171e97ebed0f2e574be0ab5e552fc4b6bc9e96
Fix last comment turning into block comment

This fixes the comment after the last argument in an argument list
being turned into a block comment when it's not necessary.
src/items.rs