rust/library/core/src/str
Yuki Okushi 0fdb371d5a
Rollup merge of #78606 - autarch:patch-1, r=m-ou-se
Clarify handling of final line ending in str::lines()

I found the description as it stands a bit confusing. I've added a bit more explanation to make it clear that a trailing line ending does not produce a final empty line.
2020-11-02 14:14:33 +09:00
..
converts.rs switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable 2020-10-21 20:54:20 +02:00
error.rs Add #[inline] to the Utf8Error accessors. 2020-10-18 15:38:32 +02:00
iter.rs Add #[inline] to some core::str functions. 2020-10-18 15:39:09 +02:00
lossy.rs Move utf-8 validating helpers to new mod 2020-09-26 05:20:53 +00:00
mod.rs Rollup merge of #78606 - autarch:patch-1, r=m-ou-se 2020-11-02 14:14:33 +09:00
pattern.rs Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
traits.rs Add lexicographical comparison doc 2020-10-26 22:39:43 +08:00
validations.rs Move utf-8 validating helpers to new mod 2020-09-26 05:20:53 +00:00