Upgrade to Rust 1.42 (#8836)
* Upgrade to Rust 1.42 * deref * parens Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@ -3947,7 +3947,7 @@ pub mod tests {
|
||||
.flat_map(|k| {
|
||||
let begin = k * gap + 1;
|
||||
let end = (k + 1) * gap;
|
||||
(begin..end)
|
||||
begin..end
|
||||
})
|
||||
.collect();
|
||||
assert_eq!(
|
||||
|
Reference in New Issue
Block a user