Skip to content

Commit

Permalink
Removed the unnecesary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlepee123 committed Oct 22, 2013
1 parent 92662a9 commit 930ded4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/str.rs
Expand Up @@ -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
Expand Down

0 comments on commit 930ded4

Please sign in to comment.