]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 17 May 2015 06:25:40 +0000 (11:55 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 17 May 2015 06:25:40 +0000 (11:55 +0530)
No need for `&b"foo"[..]` to make a CString, `"foo"` will do.


Trivial merge