From e18b6e819e703a6f66c93e803655b62146f9d018 Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Thu, 2 May 2024 06:04:16 +0200 Subject: [PATCH] fixup links in never type docs Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com> --- library/core/src/primitive_docs.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/core/src/primitive_docs.rs b/library/core/src/primitive_docs.rs index 2ca69d1faa2aa..18a9503cfd2f5 100644 --- a/library/core/src/primitive_docs.rs +++ b/library/core/src/primitive_docs.rs @@ -310,10 +310,10 @@ mod prim_bool {} /// change it in the [2024 edition] (and possibly in all editions on a later date); see /// [Tracking Issue for making `!` fall back to `!`][fallback-ti]. /// -/// [coercion site](https://doc.rust-lang.org/reference/type-coercions.html#coercion-sites) +/// [coercion site]: /// [`()`]: prim@unit -/// [fallback-ti]: https://github.com/rust-lang/rust/issues/123748 -/// [2024 edition]: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html +/// [fallback-ti]: +/// [2024 edition]: /// #[unstable(feature = "never_type", issue = "35121")] mod prim_never {}