move reference matrix

This commit is contained in:
Folkert 2022-05-05 20:48:50 +02:00
parent dd51479764
commit c5b7ff98fd
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
6 changed files with 8 additions and 6 deletions

View file

@ -16,7 +16,6 @@ pub mod num;
pub mod operator;
pub mod pattern;
pub mod procedure;
mod reference_matrix;
pub mod scope;
pub mod string;
pub mod traverse;