mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-06-06 13:54:47 +00:00
Fix formatting
This commit is contained in:
parent
29dc8ea9fa
commit
9bcd4198c5
@ -763,8 +763,8 @@ hint = """
|
|||||||
Notice how the trait takes ownership of `self` and returns `Self`.
|
Notice how the trait takes ownership of `self` and returns `Self`.
|
||||||
|
|
||||||
Although the signature of `append_bar` in the trait takes `self` as argument,
|
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 implementation can take `mut self` instead. This is possible because the
|
||||||
the value is owned anyway."""
|
value is owned anyway."""
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
name = "traits3"
|
name = "traits3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user