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
Currently the
addmethod takes aVec<&str>as its list of pathspecs, however this interface could be made more versatile by instead usingIntoIteratorhere