Skip to content

Commit f0616ca

Browse files
committed
Enable CI when PR targets non-develop branch
Signed-off-by: Nicholas Gates <[email protected]>
1 parent 76552ca commit f0616ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vortex-vector/src/binaryview/vector_mut.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,9 @@ impl<T: BinaryViewType> BinaryViewVectorMut<T> {
147147
/// Append a repeated sequence of binary data to a vector.
148148
///
149149
/// ```
150-
/// # use crate::binaryview::StringVectorMut;
151-
/// # use crate::VectorMutOps;
150+
/// use vortex_vector::binaryview::StringVectorMut;
151+
/// use vortex_vector::VectorMutOps;
152+
///
152153
/// let mut strings = StringVectorMut::with_capacity(4);
153154
/// strings.append_values("inlined", 2);
154155
/// strings.append_nulls(1);

0 commit comments

Comments
 (0)