Skip to content

Commit b79f657

Browse files
fixup links in never type docs
Co-authored-by: Jubilee <[email protected]>
1 parent 8f36073 commit b79f657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: core/src/primitive_docs.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ mod prim_bool {}
310310
/// change it in the [2024 edition] (and possibly in all editions on a later date); see
311311
/// [Tracking Issue for making `!` fall back to `!`][fallback-ti].
312312
///
313-
/// [coercion site](https://doc.rust-lang.org/reference/type-coercions.html#coercion-sites)
313+
/// [coercion site]: <https://doc.rust-lang.org/reference/type-coercions.html#coercion-sites>
314314
/// [`()`]: prim@unit
315-
/// [fallback-ti]: https://github.com/rust-lang/rust/issues/123748
316-
/// [2024 edition]: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html
315+
/// [fallback-ti]: <https://github.com/rust-lang/rust/issues/123748>
316+
/// [2024 edition]: <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html>
317317
///
318318
#[unstable(feature = "never_type", issue = "35121")]
319319
mod prim_never {}

0 commit comments

Comments
 (0)