Skip to content

Commit 449ad0e

Browse files
committed
Uses alloc:: instead of std:: for vec! import
1 parent 3986824 commit 449ad0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tri.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ where
111111
mod tests
112112
{
113113
use crate::{array, dimension, Array0, Array1, Array2, Array3, ShapeBuilder};
114-
use std::vec;
114+
use alloc::vec;
115115

116116
#[test]
117117
fn test_keep_order()

0 commit comments

Comments
 (0)