Skip to content

Commit 81f8b57

Browse files
committed
bump rustdoc json version for inline attribute representation
1 parent 780b902 commit 81f8b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustdoc-json-types/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
3737
// will instead cause conflicts. See #94591 for more. (This paragraph and the "Latest feature" line
3838
// are deliberately not in a doc comment, because they need not be in public docs.)
3939
//
40-
// Latest feature: rustdoc JSON: Don't apply #[repr] privacy heuristics
41-
pub const FORMAT_VERSION: u32 = 46;
40+
// Latest feature: Pretty printing of inline attributes changed
41+
pub const FORMAT_VERSION: u32 = 48;
4242

4343
/// The root of the emitted JSON blob.
4444
///

0 commit comments

Comments
 (0)