Skip to content

Commit cf049ec

Browse files
TO REMOVE
1 parent 1a3cba8 commit cf049ec

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: improve handling of generic args
41-
pub const FORMAT_VERSION: u32 = 51;
40+
// Latest feature: improve handling of generic arg
41+
pub const FORMAT_VERSION: u32 = 53;
4242

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

0 commit comments

Comments
 (0)