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
fix: Make Key::from_str only accept Displays output
I remember wanting to remove this before and had problems. It looks
like those have since been addressed (I think with changes to repr).
Before, we were taking any string and trying to infer what its repr
would be.
Now we only parse actualy dotted keys.
This will hopefully help with rust-lang/cargo#10176
0 commit comments