]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #8669 - kyoto7250:fix_comments_in_test_split_once, r=xFrednet
authorbors <bors@rust-lang.org>
Sat, 9 Apr 2022 11:58:18 +0000 (11:58 +0000)
committerbors <bors@rust-lang.org>
Sat, 9 Apr 2022 11:58:18 +0000 (11:58 +0000)
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: none


Trivial merge