]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #23356 - bombless:camelcase, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 14 Mar 2015 23:43:52 +0000 (05:13 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Mar 2015 04:53:41 +0000 (10:23 +0530)
commit7eb9c3765f123964c1ca4ac52e9f4cb60c02ce3a
treeca857cdefdc723c0fa469ef8fb924d6decfe4ac5
parent01f10dead316aaff615fcff5955d1db0c7f22936
parent60aa7516209f50eff7fd879fc2b0e6c5d5ebb8aa
Rollup merge of #23356 - bombless:camelcase, r=alexcrichton

 non_camel_case_types lint suggests `ONETWOTHREE` for non-camel type `ONE_TWO_THREE`, which doesn't look good.
This patch fixes it.