summaryrefslogtreecommitdiff
path: root/src/step.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-28 11:24:56 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-28 11:36:52 +0300
commitbb237c5552a72efe10de8054c72cfc0f5993cf89 (patch)
tree4678ac1038ed1c993ccbce4f34b433e694968761 /src/step.rs
parent6d4af8bd7fbfa88a7dd3820af2b557fe072a8311 (diff)
downloadroadmap-bb237c5552a72efe10de8054c72cfc0f5993cf89.tar.gz
Refactor: cleanliness, clarity and simplicity, and rustfmt
Diffstat (limited to 'src/step.rs')
-rw-r--r--src/step.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/step.rs b/src/step.rs
index acbb078..e8d9117 100644
--- a/src/step.rs
+++ b/src/step.rs
@@ -64,7 +64,7 @@ impl Step {
#[cfg(test)]
mod tests {
- use super::{Step, Status};
+ use super::{Status, Step};
#[test]
fn new_step() {