Closed
Description
I hope this is not a duplicate, but the description of the .is_relative()
method for the Path
struct states the following:
Return false if the Path is relative, i.e. not absolute.
That "false" should become "true". Of course this doesn't really pose any problem since the mistake is pretty obvious, it's just for sake of correctness :)