File tree 1 file changed +4
-3
lines changed
compiler/rustc_lint_defs/src
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2522,9 +2522,10 @@ declare_lint! {
2522
2522
///
2523
2523
/// The fix to this is to wrap the unsafe code in an `unsafe` block.
2524
2524
///
2525
- /// This lint is "allow" by default because it has not yet been
2526
- /// stabilized, and is not yet complete. See [RFC #2585] and [issue
2527
- /// #71668] for more details
2525
+ /// This lint is "allow" by default since this will affect a large amount
2526
+ /// of existing code, and the exact plan for increasing the severity is
2527
+ /// still being considered. See [RFC #2585] and [issue #71668] for more
2528
+ /// details.
2528
2529
///
2529
2530
/// [`unsafe fn`]: https://doc.rust-lang.org/reference/unsafe-functions.html
2530
2531
/// [`unsafe` block]: https://doc.rust-lang.org/reference/expressions/block-expr.html#unsafe-blocks
You can’t perform that action at this time.
0 commit comments