Closed
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.