Skip to content

Commit bd2add2

Browse files
committed
Add rust-lang/rust PR to v0.54.0 release notes
1 parent 75dacfa commit bd2add2

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
@@ -5,7 +5,8 @@
55
`Vec<Attribute>`. `Attribute` is a new enum that contains variants for different
66
attributes, and a catch-all `Other` varient. This will mean rustdoc-json
77
consumers won't need to parse common attributes. Changes to the stringified
8-
representation in `Attribute::Other` won't cause a new `FORMAT_VERSION`.
8+
representation in `Attribute::Other` won't cause a new `FORMAT_VERSION`
9+
[rust#142936](https://github.com/rust-lang/rust/pull/142936).
910

1011
- Format Version: 54
1112
- Upstream Commit: [`078332fdc8e11f7ff8253c019085098538ec3c2a`](https://github.com/rust-lang/rust/commit/078332fdc8e11f7ff8253c019085098538ec3c2a)

0 commit comments

Comments
 (0)