Skip to content

Commit

Permalink
Change Deny to Forbid
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyhew authored Jan 6, 2018
1 parent cbe1cb3 commit e4a93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ declare_lint! {

declare_lint! {
pub TYVAR_BEHIND_RAW_POINTER,
Deny,
Forbid,
"raw pointer to an inference variable"
}

Expand Down

0 comments on commit e4a93e4

Please sign in to comment.