From 930ded404ae2e78c15ee0429b82dd7af35db7ce7 Mon Sep 17 00:00:00 2001 From: reedlepee Date: Sun, 20 Oct 2013 12:47:35 +0530 Subject: [PATCH] Removed the unnecesary comments --- src/libstd/str.rs | 1 - 1 file changed, 1 deletion(-) 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