rust/library/core/src/str
Guillaume Gomez 1210b50dbb
Rollup merge of #97190 - SylvainDe:master, r=Dylan-DPC
Add implicit call to from_str via parse in documentation

The documentation mentions "FromStr’s from_str method is often used implicitly,
through str’s parse method. See parse’s documentation for examples.".

It may be nicer to show that in the code example as well.
2022-05-21 11:39:48 +02:00
..
converts.rs Clarify str::from_utf8_unchecked's invariants 2022-04-10 15:04:57 -05:00
count.rs Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
error.rs Fill in tracking issues for const_str_from_utf8 and const_str_from_utf8_unchecked_mut features 2021-11-18 14:04:01 +03:00
iter.rs Rollup merge of #96008 - fmease:warn-on-useless-doc-hidden-on-assoc-impl-items, r=lcnr 2022-05-09 18:45:36 +02:00
lossy.rs Delete Utf8Lossy::from_str 2021-12-08 22:54:51 -08:00
mod.rs Say "last" instead of "rightmost" in the documentation for std::str::rfind. 2022-05-19 15:31:17 -07:00
pattern.rs Add char array without ref Pattern impl 2021-07-28 16:13:46 -05:00
traits.rs Add implicit call to from_str via parse in documentation 2022-05-19 22:01:43 +02:00
validations.rs Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00