Skip to content

Commit e18b6e8

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/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)