diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-27 00:07:03 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-27 15:54:45 -0700 |
| commit | 58dedcd090f4dba25430e0a02060e6658634299e (patch) | |
| tree | b2b42412a9a93ca9009daf049e628a5c2628a8c1 /src/lib | |
| parent | d2ae28fc99328ab1b7176560ed643a84a8883403 (diff) | |
| download | rust-58dedcd090f4dba25430e0a02060e6658634299e.tar.gz rust-58dedcd090f4dba25430e0a02060e6658634299e.zip | |
Convert lexer to istrs. Issue #855
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/istr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/istr.rs b/src/lib/istr.rs index 256e76d0041..808ce458eb2 100644 --- a/src/lib/istr.rs +++ b/src/lib/istr.rs @@ -4,7 +4,7 @@ concat, connect, to_upper, replace, char_slice, trim_left, trim_right, trim, unshift_char, shift_char, pop_char, push_char, is_utf8, from_chars, to_chars, char_len, char_at, bytes, is_ascii, shift_byte, pop_byte, unsafe_from_byte, unsafe_from_bytes, from_char, char_range_at, str_from_cstr, sbuf, -as_buf; +as_buf, push_byte; export from_estr, to_estr, from_estrs, to_estrs; |
