]> git.lizzy.rs Git - rust.git/commit
auto merge of #14520 : Ryman/rust/SnakeCaseLint, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 30 May 2014 18:01:37 +0000 (11:01 -0700)
committerbors <bors@rust-lang.org>
Fri, 30 May 2014 18:01:37 +0000 (11:01 -0700)
commit24e489f1e1326208aecabf390879c2320f212b7c
tree3f2ee7bcb73a0789677d57f7dfdf609932b75c38
parent36c2c56277b368e5200fc4a7e8ed6752562ce030
parent030b3a2499a73a6d3b4629ad676d2d9cd6a79df0
auto merge of #14520 : Ryman/rust/SnakeCaseLint, r=alexcrichton

This enforces `snake_case` for functions and methods only. Might be worth extending it to fields and locals too at some point in the future.

A number of breaking changes each detailed in the attached commits.