diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2021-11-20 01:09:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 01:09:43 +0100 |
| commit | 98540c6805d18da3f1a89e02e8de919248d5e608 (patch) | |
| tree | e0ee76f62a1a1d4056ddd0e537b86d6b712637d7 | |
| parent | a9858ce78fbcd5697b6854cd07310ba04ecced72 (diff) | |
| parent | 592178cfcf6ef61d48691d1614143e7052291be8 (diff) | |
| download | rust-98540c6805d18da3f1a89e02e8de919248d5e608.tar.gz rust-98540c6805d18da3f1a89e02e8de919248d5e608.zip | |
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````
| -rw-r--r-- | src/doc/rustdoc/src/unstable-features.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustdoc/src/unstable-features.md b/src/doc/rustdoc/src/unstable-features.md index 16532215c6f..8da1d22a4d1 100644 --- a/src/doc/rustdoc/src/unstable-features.md +++ b/src/doc/rustdoc/src/unstable-features.md @@ -398,6 +398,7 @@ undocumented item: ```rust /// This item has documentation pub fn foo() {} + pub fn no_documentation() {} ``` |
