Skip to content

Commit 930ded4

Browse files
committed
Removed the unnecesary comments
1 parent 92662a9 commit 930ded4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/str.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,6 @@ pub fn utf8_char_width(b: u8) -> uint {
997997
/// the utf8 bytes of a string.
998998
pub struct CharRange {
999999
/// Current `char`
1000-
/// This field should be public making it private causes error while compiling!!
10011000
ch: char,
10021001
/// Index of the first byte of the next `char`
10031002
next: uint

0 commit comments

Comments
 (0)