Long lines
This commit is contained in:
parent
bc9efaad9c
commit
a09a49627e
9 changed files with 77 additions and 67 deletions
|
@ -1133,7 +1133,7 @@ mod tests {
|
|||
|
||||
for items.each |item| {
|
||||
match *item {
|
||||
(key, value) => { d.insert(copy key, copy value); },
|
||||
(copy key, copy value) => { d.insert(key, value); },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue