Documentation of what does for each type
This commit is contained in:
parent
1fca1ab0e7
commit
49e77dbf25
32 changed files with 41 additions and 0 deletions
|
@ -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 { "" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue