Skip to content

Commit e4a93e4

Browse files
authored
Change Deny to Forbid
1 parent cbe1cb3 commit e4a93e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/lint/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ declare_lint! {
242242

243243
declare_lint! {
244244
pub TYVAR_BEHIND_RAW_POINTER,
245-
Deny,
245+
Forbid,
246246
"raw pointer to an inference variable"
247247
}
248248

0 commit comments

Comments
 (0)