]> git.lizzy.rs Git - rust.git/commit
Add more description to c_str::unwrap().
authorSteve Klabnik <steve@steveklabnik.com>
Mon, 23 Jun 2014 16:52:28 +0000 (12:52 -0400)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Jun 2014 00:19:17 +0000 (17:19 -0700)
commitd58412bfa13a21718c629407939d08b8fca2edc7
treed4faed43b276ef01bb9daf9795823976f3ae2d2b
parent9e3d0b002a5c2e81d43351c9b8550a3f4ccfb8f9
Add more description to c_str::unwrap().

It's unclear what you are supposed to do with this memory.
Let's make that more clear.
src/librustrt/c_str.rs