summaryrefslogtreecommitdiff
path: root/src/step.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/step.rs')
-rw-r--r--src/step.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/step.rs b/src/step.rs
index e8d9117..aae69ff 100644
--- a/src/step.rs
+++ b/src/step.rs
@@ -35,8 +35,8 @@ impl Step {
}
/// Return the status of a step.
- pub fn status<'a>(&'a self) -> &Status {
- &self.status
+ pub fn status<'a>(&'a self) -> Status {
+ self.status
}
/// Set the status of a step.