Skip to content

Commit 4caf7ba

Browse files
committed
Fix markdown link in changelog
1 parent 276335c commit 4caf7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ debug printing to how they're written in source-code. For example
66
`#[attr = Repr([ReprC, ReprInt(SignedInt(I8))])])` would now be represented as
77
`#[repr(C,i8)]` ((rust#138018)[https://github.com/rust-lang/rust/pull/138018]).
88

9-
This somewhat undoes (v0.36.0)[#v0.36.0].
9+
This somewhat undoes [v0.36.0](#v0.36.0).
1010

1111
No changes were made to the schema (i.e. the public api for this crate is
1212
unchanged), but the format version has been bumped, as this may effect consuming

0 commit comments

Comments
 (0)