Skip to content

Commit 7e3c5c3

Browse files
committed
tokens.md: remove sentence about the type of byte string literals
This is now covered in literal-expr.md
1 parent 09b003a commit 7e3c5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ preceded by the characters `U+0062` (`b`) and `U+0022` (double-quote), and
274274
followed by the character `U+0022`. If the character `U+0022` is present within
275275
the literal, it must be _escaped_ by a preceding `U+005C` (`\`) character.
276276
Alternatively, a byte string literal can be a _raw byte string literal_, defined
277-
below. The type of a byte string literal of length `n` is `&'static [u8; n]`.
277+
below.
278278

279279
Some additional _escapes_ are available in either byte or non-raw byte string
280280
literals. An escape starts with a `U+005C` (`\`) and continues with one of the

0 commit comments

Comments
 (0)