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.
2 parents 7df83b6 + f1de5f9 commit e2db9c7Copy full SHA for e2db9c7
src/map.rs
@@ -402,7 +402,7 @@ mod test {
402
403
let path = TRIPLE.key((b"john", 8u8, "pedro"));
404
let key = path.deref();
405
- // this should be prefixed(allow) || prefixed(john) || maria
+ // this should be prefixed(triple) || prefixed(john) || prefixed(8u8) || pedro
406
assert_eq!(
407
"triple".len() + "john".len() + 1 + "pedro".len() + 2 * 3,
408
key.len()
0 commit comments