]> git.lizzy.rs Git - rust.git/commit
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)
commitcfd52aa0ffdb3838348b2862d39e1856fad1ad88
tree11ffa1a696f42e2ea255ccdfd6abd16e646465c3
parentb029a86c6b57c6a575398d82d0a8198c6904cbfc
parenta9511482d6d22188e8097261c17c69dece9a198e
Auto merge of #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: none