summaryrefslogtreecommitdiffstats
path: root/tests/forth.rs
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-31 15:26:10 -0400
committerBrian Cully <bjc@spork.org>2025-08-31 15:26:10 -0400
commitf41f180655f35e1e3da7948d736894fcc4345d51 (patch)
treef43e4c428a0ae6480f929b2ddbcf9c4478f3a4f2 /tests/forth.rs
parent35c98bd145d42147520c61e8d5cf4985077daf29 (diff)
downloadautomathon-f41f180655f35e1e3da7948d736894fcc4345d51.tar.gz
automathon-f41f180655f35e1e3da7948d736894fcc4345d51.zip
rustfmt
Diffstat (limited to 'tests/forth.rs')
-rw-r--r--tests/forth.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forth.rs b/tests/forth.rs
index d9cbed4..2538419 100644
--- a/tests/forth.rs
+++ b/tests/forth.rs
@@ -1,6 +1,6 @@
use automathon::forth::{
compiler::Compiler,
- vm::{WordList, VM},
+ vm::{VM, WordList},
};
fn compiler_for(text: &str) -> Compiler {