]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #24706 - tamird:remove-DST-comment, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 24 Apr 2015 04:14:17 +0000 (09:44 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 24 Apr 2015 13:51:14 +0000 (19:21 +0530)
commitf1db259804535076bff7f8fcdb14f782cc4486b4
treee168e2961e01debb8aa0abe664d0c524d1dcce1f
parentfb0f344ae2c913ba5fb796a9ad86161efcedd58c
parent4047a7c29f5e4481ba6056cadf4a1157e9d16c8f
Rollup merge of #24706 - tamird:remove-DST-comment, r=alexcrichton

`ToCStr` was removed with `old_io` and the current method `as_os_str`
is inherent to `Path`, meaning there is no suitable trait bound that
could be used here.

r? @alexcrichton