fix(traits2.rs): Add whitespace for hints

This commit is contained in:
marios 2019-09-04 14:40:48 +09:00
parent 5cf5cd6fd1
commit 8479f27418

View file

@ -32,6 +32,53 @@ mod tests {
}
// Notice how the trait takes ownership of 'self',
// and returns `Self'. Try mutating the incoming
// string vector.