File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
compiler/rustc_lint_defs/src Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2522,9 +2522,10 @@ declare_lint! {
25222522 ///
25232523 /// The fix to this is to wrap the unsafe code in an `unsafe` block.
25242524 ///
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.
25282529 ///
25292530 /// [`unsafe fn`]: https://doc.rust-lang.org/reference/unsafe-functions.html
25302531 /// [`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