]> git.lizzy.rs Git - rust.git/commit
Preserve two or more trailing spaces in doc comment
authortopecongiro <seuchida@gmail.com>
Thu, 15 Feb 2018 07:41:47 +0000 (16:41 +0900)
committertopecongiro <seuchida@gmail.com>
Thu, 15 Feb 2018 07:41:47 +0000 (16:41 +0900)
commit6f38a4aeab697dd6d52ca4cdcdec6d7d03c960f2
tree8db74c44197eded09f50d79d6348dcef31df14a0
parent296018afe7df972ca1d2f607064b528ce9a0db51
Preserve two or more trailing spaces in doc comment

rustdoc treats two or more trailing spaces as a line break.
rustfmt-core/src/comment.rs
rustfmt-core/tests/source/markdown-comment.rs
rustfmt-core/tests/target/markdown-comment.rs