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
3360 - Allow for features to be either comma or space delimited.
This is my attempt at tackling issue #3360.
Hopefully I interpreted the original request correctly and this is what you were looking for.
Any suggestions you might have to improve the submission would be great.
Thanks!
Please don't tell me a comma is a valid part of a feature name. Cargo should split on comma to enable
--features=a,b,c
as well as--features="a b c"
.The text was updated successfully, but these errors were encountered: