1
Fork 0

Long lines

This commit is contained in:
Brian Anderson 2012-09-28 02:26:20 -07:00
parent bc9efaad9c
commit a09a49627e
9 changed files with 77 additions and 67 deletions

View file

@ -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); },
}
};