From 5135d8692023359f4f04ca627a2571d6b8a0446a Mon Sep 17 00:00:00 2001 From: Frank Steffahn Date: Thu, 2 Sep 2021 17:47:28 +0200 Subject: [PATCH] Mention usage of `const` in raw pointer types at the top of the keyword's documentation page. --- library/std/src/keyword_docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs index 749a441d182..3af941f59b6 100644 --- a/library/std/src/keyword_docs.rs +++ b/library/std/src/keyword_docs.rs @@ -119,7 +119,7 @@ mod break_keyword {} #[doc(keyword = "const")] // -/// Compile-time constants and compile-time evaluable functions. +/// Compile-time constants, compile-time evaluable functions, and raw pointers. /// /// ## Compile-time constants /// -- GitLab