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.
2 parents 30cb835 + 36cd136 commit a85522cCopy full SHA for a85522c
1 file changed
library/core/src/fmt/mod.rs
@@ -332,9 +332,7 @@ mod flags {
332
}
333
334
impl FormattingOptions {
335
- /// Construct a new `FormatterBuilder` with the supplied `Write` trait
336
- /// object for output that is equivalent to the `{}` formatting
337
- /// specifier:
+ /// Construct a new `FormattingOptions` representing the plain `{}` formatting specifier:
338
///
339
/// - no flags,
340
/// - filled with spaces,
0 commit comments