Skip to content

Commit

Permalink
Add missing newline in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sancho20021 authored Jun 12, 2024
1 parent a7d3c49 commit a1360c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_hir/src/hir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1632,6 +1632,7 @@ pub struct ConstBlock {
}

/// An expression.
///
/// For more details, see the [rust lang reference]
///
/// [rust lang reference]: https://doc.rust-lang.org/reference/expressions.html
Expand Down Expand Up @@ -3149,6 +3150,7 @@ impl ItemId {
/// An item
///
/// The name might be a dummy name in case of anonymous items
///
/// For more details, see the [rust lang reference]
///
/// [rust lang reference]: https://doc.rust-lang.org/reference/items.html
Expand Down

0 comments on commit a1360c5

Please sign in to comment.