Change remaining "iface" occurrences to "trait"; deprecate "iface"
This commit is contained in:
parent
c2f49c46ae
commit
439afaa329
111 changed files with 194 additions and 188 deletions
|
@ -510,7 +510,7 @@ fn eq(value0: json, value1: json) -> bool {
|
|||
}
|
||||
}
|
||||
|
||||
iface to_json { fn to_json() -> json; }
|
||||
trait to_json { fn to_json() -> json; }
|
||||
|
||||
impl of to_json for json {
|
||||
fn to_json() -> json { self }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue