Skip to content

Commit 23afba4

Browse files
committed
- use prelude in tests
1 parent 4673ba3 commit 23afba4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/tests.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
use maths_rs::*;
2-
use maths_rs::vec::*;
3-
use maths_rs::num::*;
4-
use maths_rs::mat::*;
5-
use maths_rs::swizz::*;
1+
use maths_rs::prelude::*;
62

73
#[test]
84
fn v2_construct() {

0 commit comments

Comments
 (0)