Skip to content

Commit f382877

Browse files
authored
Rollup merge of rust-lang#91035 - GuillaumeGomez:put-back-removed-empty-line, r=camelid
Put back removed empty line Fixes comment from rust-lang#90438 (comment). r? `@camelid`
2 parents 3e04549 + 592178c commit f382877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/rustdoc/src/unstable-features.md

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ undocumented item:
398398
```rust
399399
/// This item has documentation
400400
pub fn foo() {}
401+
401402
pub fn no_documentation() {}
402403
```
403404

0 commit comments

Comments
 (0)