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
Package symbols only have a single path.
Before this commit, the `PackageSymbol::paths` method always returned a
single-element Vec<String>.
This commit renames it to `path` (singular) and makes it return the
single path instead.
0 commit comments