mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 16:03:31 +02:00
Fix formatting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user