Documentation of these properties previously existed in a lone paragraph in the `fmt` module's documentation: <https://doc.rust-lang.org/1.78.0/std/fmt/index.html#formatting-traits> However, users looking to implement a formatting trait won't necessarily look there. Therefore, let's add the critical information (that formatting per se is infallible) to all the involved items. |
||
|---|---|---|
| .. | ||
| builders.rs | ||
| float.rs | ||
| fmt_trait_method_doc.md | ||
| mod.rs | ||
| nofloat.rs | ||
| num.rs | ||
| rt.rs | ||