format_doc_comments causes adjacent comments to be made multiline #3268
Labels
a-comments
bug
Panic, non-idempotency, invalid code, etc.
only-with-option
requires a non-default option value to reproduce
I have
format_doc_comments = true
in my.rustfmt.toml
, and all of a sudden my adjacent comments are being formatted in C Style multiline instead of left alone. Not doc comments.For example, this
will be turned into this
These are also unaffected by the
normalize_comments
optionVersion details:
rustfmt 1.0.1-nightly (be13559 2018-12-10), via rustup component.
cargo 1.33.0-nightly (2cf1f5dda 2018-12-11)
rustc 1.33.0-nightly (2d3e909 2018-12-22)
The text was updated successfully, but these errors were encountered: