Skip to content

Commit 43d18cf

Browse files
COMMIT TO REMOVE
1 parent b19f48b commit 43d18cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc-json-types/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
3838
// are deliberately not in a doc comment, because they need not be in public docs.)
3939
//
4040
// Latest feature: Pretty printing of inline attributes changed
41-
pub const FORMAT_VERSION: u32 = 48;
41+
pub const FORMAT_VERSION: u32 = 49;
4242

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

0 commit comments

Comments
 (0)