summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-04-29 21:36:56 +0200
committermo8it <mo8it@proton.me>2025-04-29 21:36:56 +0200
commit9bcd4198c5bcfdb85ba8b493e0c75ab6750a9325 (patch)
treec51a2cd125243bf1d56ce2cfd57a6594bc65d7fa /rustlings-macros
parent29dc8ea9fa7b081201ebcec5eb01c588082b459d (diff)
Fix formatting
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index f46754d..516fd32 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -763,8 +763,8 @@ hint = """
Notice how the trait takes ownership of `self` and returns `Self`.
Although the signature of `append_bar` in the trait takes `self` as argument,
-the implementation can take `mut self` instead. This is possible because
-the value is owned anyway."""
+the implementation can take `mut self` instead. This is possible because the
+value is owned anyway."""
[[exercises]]
name = "traits3"