Skip to content

Commit 60e61c3

Browse files
authored
Add comment for #7084 (#7085)
#7066 (comment)
1 parent 1f345f8 commit 60e61c3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

utils/zerotrie/src/builder/litemap.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ where
4646
}
4747
}
4848

49-
// TODO(sffc): Make this more infallible by calculating the required length,
49+
// TODO(#7084): Make this more infallible by calculating the required length,
5050
// heap-allocating the required capacity, and pointing ConstAsciiTrieBuilderStore
5151
// to the heap buffer.
52-
// ```
53-
// const fn write_to_mut_buffer(buf: &mut [u8]) { buf[0] = 0; }
54-
// ```

0 commit comments

Comments
 (0)