Skip to content

Commit cd7b1fb

Browse files
committed
Make it allow-by-default to appease CI
1 parent 860e50a commit cd7b1fb

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
@@ -1604,7 +1604,7 @@ declare_lint! {
16041604
/// `u32`, which was deeped surprising. After edition 2024, adding `mut` will not change the
16051605
/// type of `x`. This lint warns users of editions before 2024 to update their code.
16061606
pub DEREFERENCING_MUT_BINDING,
1607-
Warn,
1607+
Allow,
16081608
"detects `mut x` bindings that change the type of `x`"
16091609
}
16101610

0 commit comments

Comments
 (0)