summaryrefslogtreecommitdiff
path: root/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.rs')
-rw-r--r--src/types.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/types.rs b/src/types.rs
deleted file mode 100644
index d7494e1..0000000
--- a/src/types.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-//! Matrix-related type definitions
-//!
-//! Includes modules:
-//! - Matrix
-//! - Matrix parse and arithmetic errors
-
-pub mod matrix;
-pub mod matrix_err;