Skip to content

Commit 52dadd7

Browse files
committed
tokens.md: remove sentence about the type of C string literals
This is now covered in literal-expr.md
1 parent 075739d commit 52dadd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tokens.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ A _C string literal_ is a sequence of Unicode characters and _escapes_,
330330
preceded by the characters `U+0063` (`c`) and `U+0022` (double-quote), and
331331
followed by the character `U+0022`. If the character `U+0022` is present within
332332
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].
333+
Alternatively, a C string literal can be a _raw C string literal_, defined below.
335334

336335
[CStr]: ../core/ffi/struct.CStr.html
337336

0 commit comments

Comments
 (0)