We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75dacfa commit bd2add2Copy full SHA for bd2add2
CHANGELOG.md
@@ -5,7 +5,8 @@
5
`Vec<Attribute>`. `Attribute` is a new enum that contains variants for different
6
attributes, and a catch-all `Other` varient. This will mean rustdoc-json
7
consumers won't need to parse common attributes. Changes to the stringified
8
-representation in `Attribute::Other` won't cause a new `FORMAT_VERSION`.
+representation in `Attribute::Other` won't cause a new `FORMAT_VERSION`
9
+[rust#142936](https://github.com/rust-lang/rust/pull/142936).
10
11
- Format Version: 54
12
- Upstream Commit: [`078332fdc8e11f7ff8253c019085098538ec3c2a`](https://github.com/rust-lang/rust/commit/078332fdc8e11f7ff8253c019085098538ec3c2a)
0 commit comments