File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<a name =" v0.56.0 " ></a >
2
2
# [ v0.56.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.56.0 ) - 2025-09-05
3
3
4
- TODO: Changelog.
4
+ ** Breaking Change** : Add ` ItemKind::Attribute ` variant
5
+ ([ rust #142472 ] ( https://github.com/rust-lang/rust/pull/142472 ) ).
5
6
6
7
- Format Version: 56
7
8
- Upstream Commit: [ ` ab0ee84eac9732e4e81e559c688846b4c1bd400a ` ] ( https://github.com/rust-lang/rust/commit/ab0ee84eac9732e4e81e559c688846b4c1bd400a )
@@ -12,7 +13,7 @@ TODO: Changelog.
12
13
13
14
** Breaking Change** : Add ` Attribute::MacroUse ` variant.
14
15
This means ` #[macro_use] ` is no longer represented by ` Attribute::Other `
15
- (( rust #144700 ) [ https://github.com/rust-lang/rust/pull/144700 ] ).
16
+ ([ rust #144700 ] ( https://github.com/rust-lang/rust/pull/144700 ) ).
16
17
17
18
- Format Version: 55
18
19
- Upstream Commit: [ ` a33e084afe698e0a025211abd6dc1c9a4bb22e9d ` ] ( https://github.com/rust-lang/rust/commit/a33e084afe698e0a025211abd6dc1c9a4bb22e9d )
@@ -23,7 +24,7 @@ This means `#[macro_use]` is no longer represented by `Attribute::Other`
23
24
24
25
** Breaking Change** : Change ` Item::attrs ` from ` Vec<String> ` to
25
26
` Vec<Attribute> ` . ` Attribute ` is a new enum that contains variants for different
26
- attributes, and a catch-all ` Other ` varient . This will mean rustdoc-json
27
+ attributes, and a catch-all ` Other ` variant . This will mean rustdoc-json
27
28
consumers won't need to parse common attributes. Changes to the stringified
28
29
representation in ` Attribute::Other ` won't cause a new ` FORMAT_VERSION `
29
30
([ rust #142936 ] ( https://github.com/rust-lang/rust/pull/142936 ) ).
You can’t perform that action at this time.
0 commit comments