Change the default_methods lint mode from forbid to deny to fix tests

This commit is contained in:
Brian Anderson 2012-12-17 20:41:12 -08:00
parent 5827f1caf6
commit 23564574ac

View file

@ -207,7 +207,7 @@ fn get_lint_dict() -> lint_dict {
(~"default_methods",
@{lint: default_methods,
desc: ~"allow default methods",
default: forbid}),
default: deny}),
(~"deprecated_self",
@{lint: deprecated_self,