We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075739d commit 52dadd7Copy full SHA for 52dadd7
src/tokens.md
@@ -330,8 +330,7 @@ A _C string literal_ is a sequence of Unicode characters and _escapes_,
330
preceded by the characters `U+0063` (`c`) and `U+0022` (double-quote), and
331
followed by the character `U+0022`. If the character `U+0022` is present within
332
the literal, it must be _escaped_ by a preceding `U+005C` (`\`) character.
333
-Alternatively, a C string literal can be a _raw C string literal_, defined
334
-below. The type of a C string literal is [`&core::ffi::CStr`][CStr].
+Alternatively, a C string literal can be a _raw C string literal_, defined below.
335
336
[CStr]: ../core/ffi/struct.CStr.html
337
0 commit comments