Skip to content

Commit 3fc271c

Browse files
committed
complete partial merge
1 parent 90ec0de commit 3fc271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ impl Tree {
217217
}
218218

219219
// short-circuit a no-op set or delete
220-
return Ok(Ok(last_value));
220+
return Ok(Ok(last_value_ivec));
221221
}
222222

223223
let frag = if let Some(value_ivec) = value.clone() {

0 commit comments

Comments
 (0)