Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4caf7ba

Browse files
committedApr 19, 2025·
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.