rust/library/core
Frank Steffahn 31e49f0272 Test and fix size_hint for slice's [r]split* iterators
Adds extensive test for all the [r]split* iterators.
Fixes size_hint upper bound for split_inclusive* iterators which was one higher than necessary for non-empty slices.
Fixes size_hint lower bound for [r]splitn* iterators when n==0, which was one too high.
2021-08-12 17:26:03 +02:00
..
benches Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
src Test and fix size_hint for slice's [r]split* iterators 2021-08-12 17:26:03 +02:00
tests Rollup merge of #87876 - lcnr:windows_no_panic, r=m-ou-se 2021-08-11 04:18:43 +09:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00