Convert all kind bounds to camel case. Remove send, owned keywords.
This commit is contained in:
parent
07fe5611ad
commit
3bd1f32cd9
167 changed files with 613 additions and 622 deletions
|
@ -720,7 +720,7 @@ impl <A: ToJson> ~[A]: ToJson {
|
|||
fn to_json() -> Json { List(@self.map(|elt| elt.to_json())) }
|
||||
}
|
||||
|
||||
impl <A: ToJson copy> hashmap<~str, A>: ToJson {
|
||||
impl <A: ToJson Copy> hashmap<~str, A>: ToJson {
|
||||
fn to_json() -> Json {
|
||||
let d = map::str_hash();
|
||||
for self.each() |key, value| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue