summaryrefslogtreecommitdiff
path: root/exercises/lifetimes/lifetimes2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/lifetimes/lifetimes2.rs')
-rw-r--r--exercises/lifetimes/lifetimes2.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/exercises/lifetimes/lifetimes2.rs b/exercises/lifetimes/lifetimes2.rs
index b48feab..4f3d8c1 100644
--- a/exercises/lifetimes/lifetimes2.rs
+++ b/exercises/lifetimes/lifetimes2.rs
@@ -1,10 +1,10 @@
// lifetimes2.rs
//
-// So if the compiler is just validating the references passed
-// to the annotated parameters and the return type, what do
-// we need to change?
+// So if the compiler is just validating the references passed to the annotated
+// parameters and the return type, what do we need to change?
//
-// Execute `rustlings hint lifetimes2` or use the `hint` watch subcommand for a hint.
+// Execute `rustlings hint lifetimes2` or use the `hint` watch subcommand for a
+// hint.
// I AM NOT DONE