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
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 :)
The text was updated successfully, but these errors were encountered:
frewsxcv
added
the
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
label
Aug 17, 2017
I hope this is not a duplicate, but the description of the
.is_relative()
method for thePath
struct states the following: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 :)
The text was updated successfully, but these errors were encountered: