Mention usage of const in raw pointer types at the top of the keyword's documentation page.

This commit is contained in:
Frank Steffahn 2021-09-02 17:47:28 +02:00
parent 2b69171dc2
commit 5135d86920

View File

@ -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
///