doc: fix busted doctest, r=burningtree.
This commit is contained in:
parent
d78053ecb0
commit
bbc04dbb24
@ -2710,7 +2710,7 @@ trait Printable {
|
||||
}
|
||||
|
||||
impl ~str: Printable {
|
||||
fn to_str() -> ~str { self }
|
||||
fn to_str() -> ~str { copy self }
|
||||
}
|
||||
~~~~~~
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user