]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34590 - pwlandoll:master, r=apasel422
authorbors <bors@rust-lang.org>
Mon, 4 Jul 2016 12:03:04 +0000 (05:03 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Jul 2016 12:03:04 +0000 (05:03 -0700)
commitacfa113c12e986a084f4a9346a479f9573f5b54f
treed12bfded914a2871c319396a9e79cb8a2cad2396
parentd508de6cf7c7bb9b5057ee63432dbbc899209101
parentacc8ec0d8dc467ec96fd052e0b3f5fa587c37e3f
Auto merge of #34590 - pwlandoll:master, r=apasel422

Issue #34076: Removing reference to removed path.prefix() function

In the documentation for `std::path::Path`, there is a [reference](https://doc.rust-lang.org/std/path/struct.Path.html#method.is_absolute) to the `path.prefix()` function which has since been removed. The offending reference is now also removed.

First pull request, feedback welcome!

r? @steveklabnik
src/libstd/path.rs