]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #22810 - japaric:cow-path, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 26 Feb 2015 07:01:18 +0000 (07:01 +0000)
committerbors <bors@rust-lang.org>
Thu, 26 Feb 2015 07:01:18 +0000 (07:01 +0000)
The Path/PathBuf pair already implements the required `Borrow`/`ToOwned` traits and can be used in a `Cow` pointer, so why not?

r? @alexcrichton


Trivial merge