Removed many pointless calls to *iter() and iter_mut()
This commit is contained in:
@@ -344,7 +344,7 @@ fn test_from_iterator() {
|
||||
assert_eq!(s, c);
|
||||
|
||||
let mut d = t.to_string();
|
||||
d.extend(vec![u].into_iter());
|
||||
d.extend(vec![u]);
|
||||
assert_eq!(s, d);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user