Michael Howell 6de87829da doc_lazy_continuation: blank comment line for gap
This change addresses cases where doc comments are separated
by blank lines, comments, or non-doc-comment attributes,
like this:

```rust
/// - first line
// not part of doc comment
/// second line
```

Before this commit, Clippy gave a pedantically-correct
warning about how you needed to indent the second line.
This is unlikely to be what the user intends, and has
been described as a "false positive" (since Clippy is
warning you about a highly unintuitive behavior that
Rustdoc actually has, we definitely want it to output
*something*, but the suggestion to indent was poor).

https://github.com/rust-lang/rust-clippy/issues/12917
2024-06-27 17:09:54 -07:00
..
2024-06-20 13:57:16 +00:00
2024-06-16 18:33:43 -04:00
2024-06-16 18:33:43 -04:00
2024-06-25 17:50:48 +02:00
2024-06-16 18:33:43 -04:00
2024-06-16 18:33:43 -04:00
2024-06-16 22:36:24 -04:00
2024-06-16 22:36:24 -04:00
2024-06-25 17:50:48 +02:00