kv::std_support may not need value-bag#729
Conversation
Signed-off-by: tison <wander4096@gmail.com>
| } | ||
| } | ||
|
|
||
| #[cfg(feature = "kv_std")] |
There was a problem hiding this comment.
We may implement this for the non-value-bag Value. But that can be a follow-up.
|
We basically shouldn’t depend on |
|
@KodrAus I believe the issue is |
|
That is, I test this PR locally to exclude |
|
If I remember correctly, part of the issue too was we couldn’t use a combination of We can continue to follow up with those kinds of improvements though. This specific change is still a step forwards. |
Signed-off-by: tison <wander4096@gmail.com>
|
I think we're ok there because we aren't adding any dependencies based on the presence of |
Exclude
value-bagfrom the dependency tree when we don't need it.The code would still leverage
value-bagif it is enabled, thanks to the Value inner design.cc @KodrAus