Skip to content

Commit a1360c5

Browse files
authored
Add missing newline in docs
1 parent a7d3c49 commit a1360c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: compiler/rustc_hir/src/hir.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,7 @@ pub struct ConstBlock {
16321632
}
16331633

16341634
/// An expression.
1635+
///
16351636
/// For more details, see the [rust lang reference]
16361637
///
16371638
/// [rust lang reference]: https://doc.rust-lang.org/reference/expressions.html
@@ -3149,6 +3150,7 @@ impl ItemId {
31493150
/// An item
31503151
///
31513152
/// The name might be a dummy name in case of anonymous items
3153+
///
31523154
/// For more details, see the [rust lang reference]
31533155
///
31543156
/// [rust lang reference]: https://doc.rust-lang.org/reference/items.html

0 commit comments

Comments
 (0)