re-export modules for better ergonomics

This commit is contained in:
2020-10-09 11:57:02 +01:00
parent 575ad442d8
commit c79d33ddf2
19 changed files with 49 additions and 50 deletions

View File

@@ -27,7 +27,7 @@ impl ToString for Variable {
#[cfg(test)]
mod test {
use crate::variable::Variable;
use crate::Variable;
#[test]
fn variable_from_string() {