1
Fork 0

Documentation of what does for each type

This commit is contained in:
athulappadan 2016-09-11 17:00:09 +05:30
parent 1fca1ab0e7
commit 49e77dbf25
32 changed files with 41 additions and 0 deletions

View file

@ -1987,5 +1987,6 @@ impl AsRef<[u8]> for str {
#[stable(feature = "rust1", since = "1.0.0")]
impl<'a> Default for &'a str {
/// Creates an empty str
fn default() -> &'a str { "" }
}