]> git.lizzy.rs Git - rust.git/commit
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)
commit25518db1dcba45c411eeb98cd6d455470bfb3794
tree6a242fefac3a6314c8de0dd0f509ab848ad3ce5b
parent2a92fe2aaa5b9c3fc44b93f19a4848c6281a1762
parent9ffb54568c1d52bfee0162dd75b2c415cbf6fce4
Rollup merge of #41120 - clarcharr:c_str_transmute, r=alexcrichton

Remove some CStr transmutes.

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