Skip to content

Commit

Permalink
make HR_LIFETIME_IN_ASSOC_TYPE deny-by-default
Browse files Browse the repository at this point in the history
It's time to fix issue #32330.

cc #33685
  • Loading branch information
nikomatsakis committed Nov 17, 2016
1 parent c57b826 commit a257d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/builtin.rs
Expand Up @@ -157,7 +157,7 @@ declare_lint! {

declare_lint! {
pub HR_LIFETIME_IN_ASSOC_TYPE,
Warn,
Deny,
"binding for associated type references higher-ranked lifetime \
that does not appear in the trait input types"
}
Expand Down

0 comments on commit a257d8d

Please sign in to comment.