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
Allow the use of NextArg on Iter<&str> as well as Iter<String>
This makes it easier to write tests that use a Vec<&str> instead of
manually calling `to_string()` on all items.
The disadvantage of this change is that unlike the previous approach,
if we already have an owned String, we clone it anyway.
0 commit comments