Closed tcharding closed 2 months ago
Currently we are panicing if neither global-context or alloc features are enabled. We do not need to do so, we can just disable the whole impl of FromStr.
global-context
alloc
FromStr
This was pulled out of #699.
Will let @Kixunil ACK this one as well since he was involved in the other PR.
Currently we are panicing if neither
global-context
oralloc
features are enabled. We do not need to do so, we can just disable the whole impl ofFromStr
.This was pulled out of #699.