core: Export str::unsafe::from_buf_len/from_c_str_len

This commit is contained in:
Brian Anderson 2012-05-07 15:56:12 -07:00
parent b99038c2bf
commit 4885ffb579

View file

@ -1629,7 +1629,9 @@ fn capacity(&&s: str) -> uint unsafe {
mod unsafe {
export
from_buf,
from_buf_len,
from_c_str,
from_c_str_len,
from_bytes,
slice_bytes,
push_byte,