]> git.lizzy.rs Git - rust.git/commit
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)
commit41f8b1e89b5ca0c79d7bca782ca44085624d4564
tree6ad85c8b272164c95caae35cf056b1369b704e5f
parent610d1695d1e0f1bb4e59449d8ba70409b1dc610c
parent2de7a7c9badf71978c53f07fc6b2db097a8d4213
Auto merge of #22810 - japaric:cow-path, r=alexcrichton

The Path/PathBuf pair already implements the required `Borrow`/`ToOwned` traits and can be used in a `Cow` pointer, so why not?

r? @alexcrichton