Remove test_rot module
This commit is contained in:
parent
1c09618aa4
commit
faffdf8273
2 changed files with 0 additions and 1 deletions
|
@ -27,6 +27,5 @@ pub mod projection;
|
|||
mod test {
|
||||
#[path = "test_mat.rs" ] mod mat;
|
||||
#[path = "test_quat.rs"] mod quat;
|
||||
#[path = "test_rot.rs" ] mod rot;
|
||||
#[path = "test_vec.rs" ] mod vec;
|
||||
}
|
Loading…
Reference in a new issue