Skip to content

Commit a07b907

Browse files
committed
Fix markdown link formatting for v0.39.0 changelog
1 parent 5a06b38 commit a07b907

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ tools regardless.
181181
**Breaking Change**: Change format of `Item::attrs` for `#[repr(..)]` from HIR
182182
debug printing to how they're written in source-code. For example
183183
`#[attr = Repr([ReprC, ReprInt(SignedInt(I8))])])` would now be represented as
184-
`#[repr(C,i8)]` ((rust#138018)[https://github.com/rust-lang/rust/pull/138018]).
184+
`#[repr(C,i8)]`
185+
([rust#138018](https://github.com/rust-lang/rust/pull/138018)).
185186

186187
This somewhat undoes [v0.36.0](#v0.36.0).
187188

0 commit comments

Comments
 (0)