Skip to content

Commit f36f8fe

Browse files
authored
Unrolled build for #158476
Rollup merge of #158476 - m-ou-se:doc-comment-fmt-options-new, r=JonathanBrouwer Fix doc comment on FormattingOptions::new().
2 parents cb41b6d + 36cd136 commit f36f8fe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

library/core/src/fmt/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,7 @@ mod flags {
332332
}
333333

334334
impl FormattingOptions {
335-
/// Construct a new `FormatterBuilder` with the supplied `Write` trait
336-
/// object for output that is equivalent to the `{}` formatting
337-
/// specifier:
335+
/// Construct a new `FormattingOptions` representing the plain `{}` formatting specifier:
338336
///
339337
/// - no flags,
340338
/// - filled with spaces,

0 commit comments

Comments
 (0)