rust/library/core/src/fmt
Kevin Reid c21c5baad9 Document proper usage of fmt::Error and fmt()'s Result.
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.
2024-05-09 17:58:38 -07:00
..
builders.rs Closure-consuming helper functions for fmt::Debug helpers 2023-11-10 07:50:11 +09:00
float.rs Add a Debug impl and some basic functions to f16 and f128 2024-04-11 15:31:10 -04:00
fmt_trait_method_doc.md Document proper usage of fmt::Error and fmt()'s Result. 2024-05-09 17:58:38 -07:00
mod.rs Document proper usage of fmt::Error and fmt()'s Result. 2024-05-09 17:58:38 -07:00
nofloat.rs Add basic library support for f16 and f128 2024-04-10 13:50:27 -04:00
num.rs Remove dead codes in core 2023-12-12 07:03:37 +00:00
rt.rs chore: fix some typos in comments 2024-04-24 13:58:51 +08:00