Skip to content

Commit 32ed992

Browse files
jplatteestebank
authored andcommitted
byte-concat: Delete unneeded sections
1 parent 5d1cea7 commit 32ed992

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

text/0000-byte-concat.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ supported as inputs:
5151
For example, `concat_bytes!(42, b"va", b'l', [1, 2])` evaluates to
5252
`[42, 118, 97, 108, 1, 2]`.
5353

54-
# Reference-level explanation
55-
[reference-level-explanation]: #reference-level-explanation
56-
57-
<!-- TODO -->
58-
5954
# Drawbacks
6055
[drawbacks]: #drawbacks
6156

@@ -69,11 +64,6 @@ string literals, like a previous revision of this RFC proposed. This would make
6964
it hard to ensure the right output type is produced – users would have to use
7065
hacks like adding a dummy `b""` argument to force a byte literal output.
7166

72-
# Prior art
73-
[prior-art]: #prior-art
74-
75-
<!-- TODO -->
76-
7767
# Unresolved questions
7868
[unresolved-questions]: #unresolved-questions
7969

0 commit comments

Comments
 (0)