Skip to content

Commit 872bb62

Browse files
committed
Vector Casting
Signed-off-by: Nicholas Gates <[email protected]>
1 parent ee25100 commit 872bb62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vortex-vector/src/primitive/generic.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ use vortex_error::{vortex_ensure, VortexExpect, VortexResult};
1212
use vortex_mask::Mask;
1313

1414
use crate::primitive::{PScalar, PVectorMut};
15-
<<<<<<< Updated upstream
1615
use crate::{Scalar, VectorOps};
17-
=======
18-
use crate::VectorOps;
19-
>>>>>>> Stashed changes
2016

2117
/// An immutable vector of generic primitive values.
2218
///

0 commit comments

Comments
 (0)