Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Feb 17, 2025
1 parent e58c0af commit e4ca231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borrow/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ mod tests {
BorrowFlagsState(
inner.len(),
base_arrays.len(),
base_arrays.get(key).map(|x| *x),
base_arrays.get(key).copied(),
)
} else {
BorrowFlagsState(0, 0, None)
Expand Down

0 comments on commit e4ca231

Please sign in to comment.