Skip to content
Unverified Commit aa60badf authored by david-perez's avatar david-perez Committed by GitHub
Browse files

Correctly serialize `String`s in XML (#1832)

The logic that keeps track of whether we're working with a borrowed or
an owned value is flawed. It just so happened to work when requesting
owned values from borrowed values because we called `autoDeref` before
creating the value expression. That logic should instead be used
_within_ `ValueExpression` to appease Clippy there too.

Fixes #1831.
parent 7866477f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment