Merge commit 'f4850f7292' into clippyup
This commit is contained in:
parent
3597ed5a09
commit
46c5a5d234
895 changed files with 8247 additions and 18379 deletions
|
|
@ -18,5 +18,11 @@ error: calling `.extend(_.chars())`
|
|||
LL | s.extend(def.chars());
|
||||
| ^^^^^^^^^^^^^^^^^^^^^ help: try this: `s.push_str(&def)`
|
||||
|
||||
error: aborting due to 3 previous errors
|
||||
error: calling `.extend(_.chars())`
|
||||
--> $DIR/string_extend.rs:34:5
|
||||
|
|
||||
LL | s.extend(abc[0..2].chars());
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try this: `s.push_str(&abc[0..2])`
|
||||
|
||||
error: aborting due to 4 previous errors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue