Remove more functions from std::str. Issue #855
This commit is contained in:
parent
6b22640a1f
commit
b714150487
5 changed files with 30 additions and 30 deletions
|
|
@ -3,25 +3,25 @@ import rustrt::sbuf;
|
|||
import uint::le;
|
||||
export sbuf;
|
||||
// export rustrt;
|
||||
export eq;
|
||||
export lteq;
|
||||
// export eq;
|
||||
// export lteq;
|
||||
// export hash;
|
||||
// export is_utf8;
|
||||
// export is_ascii;
|
||||
export alloc;
|
||||
export byte_len;
|
||||
// export byte_len;
|
||||
export buf;
|
||||
// export bytes;
|
||||
// export unsafe_from_byte;
|
||||
// export str_from_cstr;
|
||||
// export str_from_buf;
|
||||
// export push_utf8_bytes;
|
||||
export from_char;
|
||||
// export from_char;
|
||||
// export from_chars;
|
||||
// export utf8_char_width;
|
||||
// export char_range_at;
|
||||
export char_at;
|
||||
export char_len;
|
||||
// export char_at;
|
||||
// export char_len;
|
||||
// export to_chars;
|
||||
// export push_char;
|
||||
// export pop_char;
|
||||
|
|
@ -30,10 +30,10 @@ export char_len;
|
|||
// export refcount;
|
||||
// export index;
|
||||
// export rindex;
|
||||
export find;
|
||||
// export find;
|
||||
// export starts_with;
|
||||
// export ends_with;
|
||||
export substr;
|
||||
// export substr;
|
||||
// export slice;
|
||||
// export shift_byte;
|
||||
// export pop_byte;
|
||||
|
|
@ -42,7 +42,7 @@ export substr;
|
|||
// export split;
|
||||
// export concat;
|
||||
// export connect;
|
||||
export to_upper;
|
||||
// export to_upper;
|
||||
// export safe_slice;
|
||||
export unsafe_from_bytes;
|
||||
// export is_empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue