Skip to content

Commit

Permalink
- use prelude in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed Feb 24, 2023
1 parent 4673ba3 commit 23afba4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
use maths_rs::*;
use maths_rs::vec::*;
use maths_rs::num::*;
use maths_rs::mat::*;
use maths_rs::swizz::*;
use maths_rs::prelude::*;

#[test]
fn v2_construct() {
Expand Down

0 comments on commit 23afba4

Please sign in to comment.