We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e588d1 commit e60b84bCopy full SHA for e60b84b
compiler/rustc_lint_defs/src/builtin.rs
@@ -2676,7 +2676,7 @@ declare_lint! {
2676
/// [future-incompatible]: ../index.md#future-incompatible-lints
2677
/// [issue #9999999]: https://github.com/rust-lang/rust/issues/9999999
2678
pub FUZZY_PROVENANCE_CASTS,
2679
- Warn,
+ Allow,
2680
"A lossy pointer-integer integer cast is used",
2681
@future_incompatible = FutureIncompatibleInfo {
2682
reference: "issue #9999999 <https://github.com/rust-lang/rust/issues/9999999>",
0 commit comments