]> git.lizzy.rs Git - rust.git/commitdiff
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)
`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


Trivial merge