Skip to content

Commit

Permalink
Add a brief description to show up in http://static.rust-lang.org/doc…
Browse files Browse the repository at this point in the history
  • Loading branch information
kud1ing committed May 3, 2013
1 parent 87c46b5 commit f45c6b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/str/ascii.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! Operations on ASCII strings and characters.
use to_str::{ToStr,ToStrConsume};
use str;
use cast;
Expand Down

5 comments on commit f45c6b8

@bors
Copy link
Contributor

@bors bors commented on f45c6b8 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f45c6b8 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging kud1ing/rust/patch-1 = f45c6b8 into auto

@bors
Copy link
Contributor

@bors bors commented on f45c6b8 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kud1ing/rust/patch-1 = f45c6b8 merged ok, testing candidate = 9a31cdb

@bors
Copy link
Contributor

@bors bors commented on f45c6b8 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on f45c6b8 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 9a31cdb

Please sign in to comment.