You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Two interpreter rule-output sites that read
get_or_insert_with(p, || value.clone()) /
get_or_insert_with(p, || output.clone()) now use the new
Object::insert_if_absent helper — same semantics, no closure
indirection.
- Value::Serialize for Value::Object now delegates to
Object::serialize so there is a single canonical serialization
path. The duplicated copy in value.rs handled non-string-key
stringification, but Object's own impl already does the same.
- as_set / as_set_mut / as_object / as_object_mut doctest snippets
updated to use Set / Object instead of BTreeSet / BTreeMap.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments