File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
1
+ // Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
2
2
// file at the top-level directory of this distribution and at
3
3
// http://rust-lang.org/COPYRIGHT.
4
4
//
@@ -184,14 +184,14 @@ static lint_table: &'static [(&'static str, LintSpec)] = &[
184
184
LintSpec {
185
185
lint : NonCamelCaseTypes ,
186
186
desc : "types, variants and traits should have camel case names" ,
187
- default : allow
187
+ default : warn
188
188
} ) ,
189
189
190
190
( "non_uppercase_statics" ,
191
191
LintSpec {
192
192
lint : NonUppercaseStatics ,
193
193
desc : "static constants should have uppercase identifiers" ,
194
- default : allow
194
+ default : warn
195
195
} ) ,
196
196
197
197
( "non_uppercase_pattern_statics" ,
You can’t perform that action at this time.
0 commit comments