Skip to content

Commit e60b84b

Browse files
committed
default the lint to allow
1 parent 4e588d1 commit e60b84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2676,7 +2676,7 @@ declare_lint! {
26762676
/// [future-incompatible]: ../index.md#future-incompatible-lints
26772677
/// [issue #9999999]: https://github.com/rust-lang/rust/issues/9999999
26782678
pub FUZZY_PROVENANCE_CASTS,
2679-
Warn,
2679+
Allow,
26802680
"A lossy pointer-integer integer cast is used",
26812681
@future_incompatible = FutureIncompatibleInfo {
26822682
reference: "issue #9999999 <https://github.com/rust-lang/rust/issues/9999999>",

0 commit comments

Comments
 (0)