We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a4fd1 commit ce90478Copy full SHA for ce90478
library/std/src/keyword_docs.rs
@@ -146,7 +146,7 @@ mod break_keyword {}
146
/// Constants, like statics, should always be in `SCREAMING_SNAKE_CASE`.
147
///
148
/// The `const` keyword is also used in raw pointers in combination with `mut`, as seen in `*const
149
-/// T` and `*mut T`. More about that usage can be read at the Rust docs for the [pointer primitive].
+/// T` and `*mut T`. More about `const` as used in raw pointers can be read at the Rust docs for the [pointer primitive].
150
151
/// For more detail on `const`, see the [Rust Book] or the [Reference].
152
0 commit comments