From 0af1594db4393c66bc8a3ea553c37bec1fb18bcc Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Wed, 19 Dec 2012 19:53:41 -0800 Subject: [PATCH] Fix paths for rust 0.5. --- src/lmath.rc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lmath.rc b/src/lmath.rc index 73ad62d..e2331ce 100644 --- a/src/lmath.rc +++ b/src/lmath.rc @@ -18,24 +18,16 @@ pub mod vec; #[test] mod test { - #[path = "test/test_gltypes.rs"] mod test_gltypes; - #[path = "test/test_mat.rs"] mod test_mat; - #[path = "test/test_quat.rs"] mod test_quat; - #[path = "test/test_vec.rs"] mod test_vec; } pub mod funs { - #[path = "funs/common.rs"] pub mod common; - #[path = "funs/exponential.rs"] pub mod exponential; - #[path = "funs/projection.rs"] pub mod projection; - #[path = "funs/triganomic.rs"] pub mod triganomic; #[test]