Skip to content

Commit 5d1cea7

Browse files
jplatteestebank
andcommitted
byte-concat: Remove confusing byte literal syntax
Co-authored-by: Esteban Kuber <[email protected]>
1 parent a326a18 commit 5d1cea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-byte-concat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ hacks like adding a dummy `b""` argument to force a byte literal output.
8585
- If supported, it would probably make sense to also support boolean literals
8686
so `concat_bytes!()` supports all inputs `concat!()` does.
8787
- If rejected, it would probably makes sense to also reject boolean literals
88-
to avoid any possible confusion about their representation (`b"true"` and
89-
`b"false"` vs. `1` and `0`).
88+
to avoid any possible confusion about their representation (`true` and
89+
`false` vs. `1` and `0`).

0 commit comments

Comments
 (0)