Skip to content

Commit 27870c2

Browse files
committed
Fix missing import for tests
1 parent 0284903 commit 27870c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arraytraits.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ where
717717
mod tests
718718
{
719719
use crate::array;
720+
use alloc::vec;
720721

721722
#[test]
722723
fn test_eq_traits()

0 commit comments

Comments
 (0)