Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Ran cargo fmt and removed unused imports from tests/it/compute/bitwis…
Browse files Browse the repository at this point in the history
…e.rs
  • Loading branch information
1aguna committed Oct 30, 2021
1 parent 3e9ca08 commit f2e1757
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion benches/bitwise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ use arrow2::{
compute::bitwise::*,
datatypes::DataType,
types::NativeType,
util::bench_util::{create_boolean_array, create_primitive_array, create_primitive_array_with_seed},
util::bench_util::{
create_boolean_array, create_primitive_array, create_primitive_array_with_seed,
},
};

fn bench_or<T>(lhs: &PrimitiveArray<T>, rhs: &PrimitiveArray<T>)
Expand Down
2 changes: 0 additions & 2 deletions tests/it/compute/bitwise.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@

use arrow2::array::*;
use arrow2::compute::bitwise::*;
use arrow2::datatypes::DataType;

#[test]
fn test_xor() {
Expand Down

0 comments on commit f2e1757

Please sign in to comment.