We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b029a86 commit a951148Copy full SHA for a951148
tests/ui/manual_split_once.fixed
@@ -46,7 +46,7 @@ fn main() {
46
47
fn _msrv_1_51() {
48
#![clippy::msrv = "1.51"]
49
- // `str::split_once` was stabilized in 1.16. Do not lint this
+ // `str::split_once` was stabilized in 1.52. Do not lint this
50
let _ = "key=value".splitn(2, '=').nth(1).unwrap();
51
}
52
tests/ui/manual_split_once.rs
0 commit comments