Skip to content

Commit 47484c8

Browse files
authored
fix LengthVec import in tests (#714)
without this cargo test does not build properly
1 parent bfbe941 commit 47484c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/rs-utils/src/length_vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use std::ops::{Deref, DerefMut};
1010
///
1111
/// # Examples
1212
/// ```
13-
/// use length_vec::LengthVec;
13+
/// use rs_utils::LengthVec;
1414
///
1515
/// let mut length_vec = LengthVec::new(5);
1616
/// length_vec.push(1);

0 commit comments

Comments
 (0)