We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dc8ea commit 9bcd419Copy full SHA for 9bcd419
rustlings-macros/info.toml
@@ -763,8 +763,8 @@ hint = """
763
Notice how the trait takes ownership of `self` and returns `Self`.
764
765
Although the signature of `append_bar` in the trait takes `self` as argument,
766
-the implementation can take `mut self` instead. This is possible because
767
-the value is owned anyway."""
+the implementation can take `mut self` instead. This is possible because the
+value is owned anyway."""
768
769
[[exercises]]
770
name = "traits3"
0 commit comments