We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dd987 commit e1089feCopy full SHA for e1089fe
src/librustc/middle/lint.rs
@@ -1,4 +1,4 @@
1
-// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
2
// file at the top-level directory of this distribution and at
3
// http://rust-lang.org/COPYRIGHT.
4
//
@@ -184,14 +184,14 @@ static lint_table: &'static [(&'static str, LintSpec)] = &[
184
LintSpec {
185
lint: NonCamelCaseTypes,
186
desc: "types, variants and traits should have camel case names",
187
- default: allow
+ default: warn
188
}),
189
190
("non_uppercase_statics",
191
192
lint: NonUppercaseStatics,
193
desc: "static constants should have uppercase identifiers",
194
195
196
197
("non_uppercase_pattern_statics",
0 commit comments