Rollup merge of #91035 - GuillaumeGomez:put-back-removed-empty-line, r=camelid

Put back removed empty line

Fixes comment from https://github.com/rust-lang/rust/pull/90438#r752813630.

r? ````@camelid````
This commit is contained in:
Matthias Krüger 2021-11-20 01:09:43 +01:00 committed by GitHub
commit 98540c6805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,6 +398,7 @@ undocumented item:
```rust
/// This item has documentation
pub fn foo() {}
pub fn no_documentation() {}
```