]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41120 - clarcharr:c_str_transmute, r=alexcrichton
authorCorey Farwell <coreyf@rwell.org>
Fri, 7 Apr 2017 13:20:09 +0000 (09:20 -0400)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2017 13:20:09 +0000 (09:20 -0400)
Remove some CStr transmutes.

Because dedicated methods exist for these, we don't have to add other transmutes.


Trivial merge