Commit cfd52aa
committed
Auto merge of rust-lang#8669 - kyoto7250:fix_comments_in_test_split_once, r=xFrednet
fix comments in test for split_once
This PR fixed comments in test.
`split_once` was stabilized in 1.52, so I think the comments maybe be wrong.
ref:
https://doc.rust-lang.org/std/string/struct.String.html#method.split_once
thank you in advance.
changelog: none2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments