rust/library/core/src/fmt
Yuri Astrakhan c9ae0bbffb Fix FormattingOptions instantiation with Default
The `fill` value by default should be set to `' '` (space), but the current implementation uses `#[derive(Default)]` which sets it to `\0`
2025-01-24 01:58:33 -05:00
..
builders.rs replace placeholder version 2024-10-15 20:13:55 -07:00
float.rs Access members of FormattingOptions directly instead of via getters/setters 2024-12-05 21:48:36 +01: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 Fix FormattingOptions instantiation with Default 2025-01-24 01:58:33 -05:00
nofloat.rs Refactor floating macro and nofloat panic message 2024-10-15 22:27:06 +09:00
num.rs Improve code by using unsigned_abs 2024-11-23 14:17:47 +01:00
rt.rs [generic_assert] Constify methods used by the formatting system 2025-01-05 20:49:04 -03:00