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 11<a  name =" v0.56.0 " ></a >
22# [ v0.56.0] ( https://github.com/rust-lang/rustdoc-types/releases/tag/v0.56.0 )  - 2025-09-05 
33
4- TODO: Changelog.
4+ ** Breaking Change** : Add ` ItemKind::Attribute `  variant
5+ ([ rust #142472 ] ( https://github.com/rust-lang/rust/pull/142472 ) ).
56
67-  Format Version: 56
78-  Upstream Commit: [ ` ab0ee84eac9732e4e81e559c688846b4c1bd400a ` ] ( https://github.com/rust-lang/rust/commit/ab0ee84eac9732e4e81e559c688846b4c1bd400a ) 
@@ -12,7 +13,7 @@ TODO: Changelog.
1213
1314** Breaking Change** : Add ` Attribute::MacroUse `  variant.
1415This 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 ) ).
1617
1718-  Format Version: 55
1819-  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`
2324
2425** Breaking Change** : Change ` Item::attrs `  from ` Vec<String> `  to
2526` 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
2728consumers won't need to parse common attributes. Changes to the stringified
2829representation in ` Attribute::Other `  won't cause a new ` FORMAT_VERSION ` 
2930([ rust #142936 ] ( https://github.com/rust-lang/rust/pull/142936 ) ).
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments