bump rustdoc json format number for pretty print change of attribute
This commit is contained in:
parent
b64fd13a04
commit
3c418ec505
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ pub type FxHashMap<K, V> = HashMap<K, V>; // re-export for use in src/librustdoc
|
|||
// will instead cause conflicts. See #94591 for more. (This paragraph and the "Latest feature" line
|
||||
// are deliberately not in a doc comment, because they need not be in public docs.)
|
||||
//
|
||||
// Latest feature: Pretty printing of inline attributes changed
|
||||
pub const FORMAT_VERSION: u32 = 48;
|
||||
// Latest feature: Pretty printing of optimize attributes changed
|
||||
pub const FORMAT_VERSION: u32 = 49;
|
||||
|
||||
/// The root of the emitted JSON blob.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue