]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #89315 - et342:cstr_from_vec_unchecked_doc, r=yaahc
authorEric Huss <eric@huss.org>
Thu, 30 Sep 2021 02:33:41 +0000 (19:33 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 02:33:41 +0000 (19:33 -0700)
commite392f5d90d6d0229ee4fa830642cb6e8df0bae03
tree1073ea52af328a1259a2992cdbcb8514367edbeb
parent403e221dcfc6ac7f717bc61d81d19b29d833dcb3
parentdd0b5f48158ebeb29915fd53cd8f6ef01cc15a93
Rollup merge of #89315 - et342:cstr_from_vec_unchecked_doc, r=yaahc

Clarify that `CString::from_vec_unchecked` appends 0 byte.