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
Currently the add method takes a Vec<&str> as its list of pathspecs, however this interface could be made more versatile by instead using IntoIterator here
The text was updated successfully, but these errors were encountered:
Currently the
add
method takes aVec<&str>
as its list of pathspecs, however this interface could be made more versatile by instead usingIntoIterator
hereThe text was updated successfully, but these errors were encountered: