We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276335c commit 4caf7baCopy full SHA for 4caf7ba
CHANGELOG.md
@@ -6,7 +6,7 @@ debug printing to how they're written in source-code. For example
6
`#[attr = Repr([ReprC, ReprInt(SignedInt(I8))])])` would now be represented as
7
`#[repr(C,i8)]` ((rust#138018)[https://github.com/rust-lang/rust/pull/138018]).
8
9
-This somewhat undoes (v0.36.0)[#v0.36.0].
+This somewhat undoes [v0.36.0](#v0.36.0).
10
11
No changes were made to the schema (i.e. the public api for this crate is
12
unchanged), but the format version has been bumped, as this may effect consuming
0 commit comments