-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Ran into this doing a pull request.
The Path struct has no impl Default documented, but a value of Path::new("") seems to be a good default in my mind. (Update: it is not, I have been corrected)
This may be the incorrect way to ask for such a thing, but I would like to know why there is no impl Default for Path and whether there could be one in the near future.
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.