]> git.lizzy.rs Git - rust.git/commit
Allow non-uppercase-statics by default
authorAlex Crichton <alex@alexcrichton.com>
Fri, 12 Jul 2013 17:35:18 +0000 (10:35 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 14 Jul 2013 16:29:12 +0000 (09:29 -0700)
commit23fbe936bfa28fc2c16ec5e321cbe293ef044c0a
tree02a33c2ec74e2091b46cdd418a894a8caaa0f0af
parent66e2857253ff9bc8ce299398ad5bb346d64e3fc3
Allow non-uppercase-statics by default

I think of this as a stylistic opinion which shouldn't necessarily be enforced
by default on all users of rust, but that's just my opinion.
src/librustc/middle/lint.rs
src/librustc/rustc.rs
src/libsyntax/syntax.rs