rust/library/core/src/ops
Matthias Krüger d49c692eeb
Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahc
core::ops::unsize: improve docs for DispatchFromDyn

Docs-only PR, improves documentation for DispatchFromDyn.
2022-01-04 21:23:05 +01:00
..
arith.rs Added const versions of common numeric operations 2021-10-22 10:03:18 +13:00
bit.rs Added const versions of common numeric operations 2021-10-22 10:03:18 +13:00
control_flow.rs Rollup merge of #91091 - ecstatic-morse:control-flow-enum-is, r=m-ou-se 2021-12-13 00:20:07 +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 Apply cfg-bootstrap switch 2021-11-30 10:51:42 -05:00
index.rs Say that it "may panic" 2021-04-18 18:16:10 +02: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 add slice take methods 2021-11-12 23:08:27 -05:00
try_trait.rs Reduce verbosity for ? on non-Try expressions 2021-12-13 17:09:15 +00:00
unsize.rs core::ops::unsize: improve docs for DispatchFromDyn 2021-12-07 12:27:41 +00:00