warn(non_camel_case_types) by default

This commit is contained in:
Brian Anderson
2012-09-17 18:52:50 -07:00
parent 008bb6fe06
commit f563c0b525
4 changed files with 6 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ fn get_lint_dict() -> lint_dict {
(~"non_camel_case_types",
@{lint: non_camel_case_types,
desc: ~"types, variants and traits must have camel case names",
default: allow}),
default: warn}),
(~"managed_heap_memory",
@{lint: managed_heap_memory,