Skip to content

Commit

Permalink
format version
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Jun 7, 2021
1 parent 3bd7de9 commit f7117f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/json/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
)
})
.collect(),
format_version: 5,
format_version: 6,
};
let mut p = self.out_path.clone();
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());
Expand Down

0 comments on commit f7117f8

Please sign in to comment.