rust/library/core/src/str
T-O-R-U-S 72a25d05bf Use implicit capture syntax in format_args
This updates the standard library's documentation to use the new syntax. The
documentation is worthwhile to update as it should be more idiomatic
(particularly for features like this, which are nice for users to get acquainted
with). The general codebase is likely more hassle than benefit to update: it'll
hurt git blame, and generally updates can be done by folks updating the code if
(and when) that makes things more readable with the new format.

A few places in the compiler and library code are updated (mostly just due to
already having been done when this commit was first authored).
2022-03-10 10:23:40 -05:00
..
converts.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
count.rs Fix comment grammar for do_count_chars 2022-02-05 11:17:10 -08: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 Optimize core::str::Chars::count 2022-02-05 11:15:17 -08:00
lossy.rs Delete Utf8Lossy::from_str 2021-12-08 22:54:51 -08:00
mod.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
pattern.rs Add char array without ref Pattern impl 2021-07-28 16:13:46 -05:00
traits.rs Constify slice index for strings 2022-03-06 17:28:50 +11:00
validations.rs Add {floor,ceil}_char_boundary methods to str 2022-02-07 13:34:08 -05:00