mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
core: Export str::unsafe::from_buf_len/from_c_str_len
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user