diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/str.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/str.rs b/src/libstd/str.rs index 66b1999f237..f134788942c 100644 --- a/src/libstd/str.rs +++ b/src/libstd/str.rs @@ -997,7 +997,6 @@ pub fn utf8_char_width(b: u8) -> uint { /// the utf8 bytes of a string. pub struct CharRange { /// Current `char` - /// This field should be public making it private causes error while compiling!! ch: char, /// Index of the first byte of the next `char` next: uint |
