Skip to content

Commit

Permalink
Mention usage of const in raw pointer types at the top of the keywo…
Browse files Browse the repository at this point in the history
…rd's documentation page.
  • Loading branch information
steffahn committed Sep 5, 2021
1 parent 2b69171 commit 5135d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit 5135d86

Please sign in to comment.