]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Wed, 23 Aug 2017 12:44:25 +0000 (08:44 -0400)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2017 12:44:25 +0000 (08:44 -0400)
commitdd58d4e45ee2f066711557cf2da53d8661a56f34
treecf1e9306196417f950975f0c923d8000fd450791
parent4902e6714ff3b54b745631125b3c01bc01ae096d
parentfe2d661931852c4303b45bed472640bd0b32448f
Rollup merge of #43983 - ids1024:redox-path-prefix, r=alexcrichton

Redox: correct is_absolute() and has_root()

This is awkward, but representing schemes properly in `Components` is not easily possible without breaking backwards compatibility, as discussed earlier in https://github.com/rust-lang/rust/pull/37702.

But these methods can be corrected anyway.
src/libstd/path.rs