Remove special-casing of never primitive in rustdoc-json-types

This commit is contained in:
Loïc BRANSTETT
2021-10-08 16:53:39 +02:00
parent 44995f7afb
commit 4891aaf2e9
4 changed files with 23 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
)
})
.collect(),
format_version: 8,
format_version: 9,
};
let mut p = self.out_path.clone();
p.push(output.index.get(&output.root).unwrap().name.clone().unwrap());