rust/library/core/src/fmt
Michael Howell 6950f144cf rustdoc: show tuple impls as impl Trait for (T, ...)
This commit adds a new unstable attribute, `#[doc(tuple_varadic)]`, that
shows a 1-tuple as `(T, ...)` instead of just `(T,)`, and links to a section
in the tuple primitive docs that talks about these.
2022-06-08 19:26:51 -07:00
..
rt mv std libs to library/ 2020-07-27 19:51:13 -05:00
builders.rs Remove needless borrows from core::fmt 2022-02-25 16:06:23 +00:00
float.rs Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc 2021-10-20 04:35:10 +09:00
mod.rs rustdoc: show tuple impls as impl Trait for (T, ...) 2022-06-08 19:26:51 -07:00
nofloat.rs core: add unstable no_fp_fmt_parse to disable float fmt/parse code 2021-07-02 22:52:37 +01:00
num.rs Improve formatting in macro 2022-03-19 09:44:52 +01:00