Removed the unnecesary comments
This commit is contained in:
@@ -997,7 +997,6 @@ pub fn utf8_char_width(b: u8) -> uint {
|
|||||||
/// the utf8 bytes of a string.
|
/// the utf8 bytes of a string.
|
||||||
pub struct CharRange {
|
pub struct CharRange {
|
||||||
/// Current `char`
|
/// Current `char`
|
||||||
/// This field should be public making it private causes error while compiling!!
|
|
||||||
ch: char,
|
ch: char,
|
||||||
/// Index of the first byte of the next `char`
|
/// Index of the first byte of the next `char`
|
||||||
next: uint
|
next: uint
|
||||||
|
|||||||
Reference in New Issue
Block a user