mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
fix(traits2.rs): Add whitespace for hints
This commit is contained in:
parent
5cf5cd6fd1
commit
8479f27418
@ -32,6 +32,53 @@ mod tests {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Notice how the trait takes ownership of 'self',
|
||||
// and returns `Self'. Try mutating the incoming
|
||||
// string vector.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user