We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef53afe commit 61034edCopy full SHA for 61034ed
library/core/src/fmt/mod.rs
@@ -640,7 +640,7 @@ pub use macros::Debug;
640
/// values can be formatted as text. This could mean formatting according to the
641
/// "invariant" culture and "undefined" locale, or it could mean that the type
642
/// display is designed for a specific culture/locale, such as developer logs.
643
-///
+///
644
/// If not all values have a justifiably canonical textual format or if you want
645
/// to support alternative formats not covered by the standard set of possible
646
/// [formatting traits], the most flexible approach is display adapters: methods
0 commit comments