We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19f48b commit 43d18cfCopy full SHA for 43d18cf
src/rustdoc-json-types/lib.rs
@@ -38,7 +38,7 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
38
// are deliberately not in a doc comment, because they need not be in public docs.)
39
//
40
// Latest feature: Pretty printing of inline attributes changed
41
-pub const FORMAT_VERSION: u32 = 48;
+pub const FORMAT_VERSION: u32 = 49;
42
43
/// The root of the emitted JSON blob.
44
///
0 commit comments