Skip to content

Commit

Permalink
Remove needless borrow
Browse files Browse the repository at this point in the history
  • Loading branch information
InnovativeInventor committed May 27, 2022
1 parent 61ab777 commit 4cbcf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub fn bipartition_tree(
unsafe {
Ok(_bipartition_tree(
spanning_tree,
&mut pops.as_slice_mut()?,
pops.as_slice_mut()?,
pop_target,
epsilon,
))
Expand Down

0 comments on commit 4cbcf84

Please sign in to comment.