Add documentation to associated types in libcore, libstd

This commit is contained in:
Ivan Petkov
2015-02-23 11:05:55 -08:00
parent f0f7ca27de
commit dab394c2db
5 changed files with 24 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ pub trait OwnedAsciiExt {
/// Extension methods for ASCII-subset only operations on string slices
#[stable(feature = "rust1", since = "1.0.0")]
pub trait AsciiExt {
/// Container type for copied ASCII characters.
#[stable(feature = "rust1", since = "1.0.0")]
type Owned;