Fix formatting

This commit is contained in:
mo8it 2025-04-29 21:36:56 +02:00
parent 29dc8ea9fa
commit 9bcd4198c5

View File

@ -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"