rust/library/core/src/ops
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
..
arith.rs Add a minimal working append_const_msg argument 2022-01-26 00:48:08 +11:00
bit.rs Update stabilization version of impl Not for ! 2022-01-19 23:30:55 -08:00
control_flow.rs remove feature gate in control_flow examples 2022-02-23 10:42:46 +01:00
deref.rs Const Deref 2021-09-15 03:06:53 +00:00
drop.rs Fix typo in ops::Drop docs 2021-07-07 22:26:32 +03:00
function.rs Convert primitives to use intra-doc links 2021-02-25 20:31:53 -05:00
generator.rs rustdoc: several minor fixes 2022-02-19 03:47:41 +08:00
index.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
mod.rs Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try 2021-12-02 11:23:50 -08:00
range.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
try_trait.rs Improve error messages even more 2022-02-12 19:24:08 +11:00
unsize.rs core::ops::unsize: improve docs for DispatchFromDyn 2021-12-07 12:27:41 +00:00