We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cfc75 commit 6cc6b86Copy full SHA for 6cc6b86
compiler/rustc_error_codes/src/error_codes/E0133.md
@@ -45,6 +45,7 @@ unsafe fn g() {
45
```
46
47
Linting against this is controlled via the `unsafe_op_in_unsafe_fn` lint, which
48
-is `allow` by default but will be upgraded to `warn` in a future edition.
+is `warn` by default in the 2024 edition and `allow` by default in earlier
49
+editions.
50
51
[unsafe-section]: https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html
0 commit comments