Skip to content

Commit 26565f0

Browse files
committed
Bump format version
1 parent 811fa59 commit 26565f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/json/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
236236
)
237237
})
238238
.collect(),
239-
format_version: 1,
239+
format_version: 2,
240240
};
241241
let mut p = self.out_path.clone();
242242
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());

0 commit comments

Comments
 (0)