Skip to content

Commit

Permalink
Fix redundant import warning (that may only be detected by nightly?)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleiserson committed Mar 19, 2024
1 parent 46f1a3a commit a4a2aa2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipa-core/src/secret_sharing/vector/transpose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ mod tests {
#![allow(clippy::needless_range_loop)]

use std::{
array,
cmp::min,
fmt::Debug,
iter::repeat_with,
Expand Down

0 comments on commit a4a2aa2

Please sign in to comment.