]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #47838 - euclio:snakecase-suggestion, r=petrochenkov
authorkennytm <kennytm@gmail.com>
Wed, 31 Jan 2018 08:36:05 +0000 (16:36 +0800)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2018 08:36:05 +0000 (16:36 +0800)
use correct casing for rename suggestions

If the original name is uppercase, use camel case. Otherwise, use snake
case.


Trivial merge