global: snapshot

This commit is contained in:
nym21
2026-03-06 16:30:37 +01:00
parent 92cb184a5c
commit fe2b11c88e
28 changed files with 166 additions and 188 deletions
@@ -84,7 +84,7 @@ where
) {
let mapping_len = mapping.len();
let source_len = source.len();
let mut cursor = Cursor::from_dyn(&**source);
let mut cursor = Cursor::new(&**source);
for i in from..to {
if i >= mapping_len {
break;