Skip to content

Commit

Permalink
core: Export str::unsafe::from_buf_len/from_c_str_len
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 7, 2012
1 parent b99038c commit 4885ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4885ffb

Please sign in to comment.