Cleanup some code nearest step

This commit is contained in:
Dennis
2024-05-30 18:32:06 +02:00
parent 3f14453f5b
commit 32dffeb54d
2 changed files with 36 additions and 42 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use std::{collections::{HashMap, HashSet}, fs::File, path::PathBuf};
use std::{collections::HashMap, fs::File, path::PathBuf};
use crate::Point;
use cucumber::World;