about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorreedlepee <reedlepee123@gmail.com>2013-10-20 12:47:35 +0530
committerreedlepee <reedlepee123@gmail.com>2013-10-23 01:10:50 +0530
commit930ded404ae2e78c15ee0429b82dd7af35db7ce7 (patch)
tree169733c5c55b347e84c0679b191aa202e381c184 /src/libstd
parent92662a9f9101c702215a6160eb3af0aabc583423 (diff)
downloadrust-930ded404ae2e78c15ee0429b82dd7af35db7ce7.tar.gz
rust-930ded404ae2e78c15ee0429b82dd7af35db7ce7.zip
Removed the unnecesary comments
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/str.rs1
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