Closed veeenu closed 1 year ago
The generator currently wraps tags in an instance of alloc::borrow::Cow. This PR changes that to std::borrow::Cow conditional on the std feature flag being active.
alloc::borrow::Cow
std::borrow::Cow
std
Closes #899.
The generator currently wraps tags in an instance of
alloc::borrow::Cow
. This PR changes that tostd::borrow::Cow
conditional on thestd
feature flag being active.Closes #899.