mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix clippy lints
This commit is contained in:
parent
e71ea37d30
commit
918d9d2308
2 changed files with 6 additions and 6 deletions
|
@ -3431,12 +3431,12 @@ fn reserve_unchanged() {
|
|||
// both lists are empty.
|
||||
(0, RocList::empty(), 15, RocList::empty()),
|
||||
(RocList<u64>, RocList<u64>),
|
||||
|(value_a, value_b): (RocList<u64>, RocList<u64>)| ((
|
||||
|(value_a, value_b): (RocList<u64>, RocList<u64>)| (
|
||||
value_a.capacity(),
|
||||
value_a,
|
||||
value_b.capacity(),
|
||||
value_b
|
||||
))
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue