diff options
| author | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2016-03-07 10:25:02 -0500 |
|---|---|---|
| committer | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2016-03-07 10:25:02 -0500 |
| commit | 0e3334eba95ea66f35db15a73181ba8e22f80586 (patch) | |
| tree | 1b75457639cdef808089b66fb1cb8461aa793aee /src/libstd/sys/unix/stack_overflow.rs | |
| parent | e079afa00b58f06de8e2a7596073045cd0983b7b (diff) | |
| download | rust-0e3334eba95ea66f35db15a73181ba8e22f80586.tar.gz rust-0e3334eba95ea66f35db15a73181ba8e22f80586.zip | |
syntax: Always pretty print a newline after doc comments
Before this patch, code that had a doc comment as the first line, as in: ```rust /// Foo struct Foo; ``` Was pretty printed into: ```rust ///Foostruct Foo; ``` This makes sure that that there is always a trailing newline after a doc comment. Closes #31722
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
