Change the default_methods lint mode from forbid to deny to fix tests
This commit is contained in:
parent
5827f1caf6
commit
23564574ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue