doc: fix busted doctest, r=burningtree.
This commit is contained in:
parent
d78053ecb0
commit
bbc04dbb24
1 changed files with 1 additions and 1 deletions
|
|
@ -2710,7 +2710,7 @@ trait Printable {
|
|||
}
|
||||
|
||||
impl ~str: Printable {
|
||||
fn to_str() -> ~str { self }
|
||||
fn to_str() -> ~str { copy self }
|
||||
}
|
||||
~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue