Skip to content

Commit e71359a

Browse files
comment out link to never type fallback lint to allow level change
1 parent 4aa1ede commit e71359a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rust-2024/never-type-fallback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Summary
44

55
- Never type (`!`) to any type ("never-to-any") coercions fall back to never type (`!`) rather than to unit type (`()`).
6-
- The [`never_type_fallback_flowing_into_unsafe`] lint is now `deny` by default.
6+
- The `never_type_fallback_flowing_into_unsafe` lint is now `deny` by default.
77

8-
[`never_type_fallback_flowing_into_unsafe`]: ../../rustc/lints/listing/error-by-default.html#never-type-fallback-flowing-into-unsafe
8+
<!-- [`never_type_fallback_flowing_into_unsafe`]: ../../rustc/lints/listing/error-by-default.html#never-type-fallback-flowing-into-unsafe -->
99

1010
## Details
1111

0 commit comments

Comments
 (0)