1
Fork 0

std: uniform modules titles for doc

This commit uniforms the short title of modules provided by libstd,
in order to make their roles more explicit when glancing at the index.

Signed-off-by: Luca Bruno <lucab@debian.org>
This commit is contained in:
Luca Bruno 2013-12-24 17:08:28 +01:00
parent 00d87e0d81
commit a9a7a427a1
44 changed files with 50 additions and 42 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Operations on ASCII strings and characters.
//! Operations on ASCII strings and characters
use to_str::{ToStr,IntoStr};
use str;