We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f345f8 commit 60e61c3Copy full SHA for 60e61c3
utils/zerotrie/src/builder/litemap.rs
@@ -46,9 +46,6 @@ where
46
}
47
48
49
-// TODO(sffc): Make this more infallible by calculating the required length,
+// TODO(#7084): Make this more infallible by calculating the required length,
50
// heap-allocating the required capacity, and pointing ConstAsciiTrieBuilderStore
51
// to the heap buffer.
52
-// ```
53
-// const fn write_to_mut_buffer(buf: &mut [u8]) { buf[0] = 0; }
54
0 commit comments