rust/library/core
Waffle 076514c8a8 add str::SplitInclusive::as_str method
This commit entroduces `core::str::SplitInclusive::as_str` method similar to
`core::str::Split::as_str`, but under different gate -
"str_split_inclusive_as_str" (this is done so because `SplitInclusive` is
itself unstable).
2020-10-01 23:40:42 +03:00
..
benches flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
src add str::SplitInclusive::as_str method 2020-10-01 23:40:42 +03:00
tests Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu 2020-10-01 02:13:29 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00