Skip to content

Commit 6365ada

Browse files
committed
Don't warn about non-camel-case types by default
1 parent 14a2448 commit 6365ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/middle/lint.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fn get_lint_dict() -> lint_dict {
159159
(~"non_camel_case_types",
160160
@{lint: non_camel_case_types,
161161
desc: ~"types, variants and traits should have camel case names",
162-
default: warn}),
162+
default: allow}),
163163

164164
(~"managed_heap_memory",
165165
@{lint: managed_heap_memory,

0 commit comments

Comments
 (0)