Update to new rustdoc APIs

This commit is contained in:
Guillaume Gomez 2021-01-22 21:17:32 +01:00
parent 6a36b3f49d
commit d98a72c77b
4 changed files with 4 additions and 8 deletions

View file

@ -136,7 +136,7 @@ impl<'tcx> FormatRenderer<'tcx> for JsonRenderer<'tcx> {
_render_info: RenderInfo,
_edition: Edition,
cache: Cache,
tcx: ty::TyCtxt<'tcx>,
tcx: TyCtxt<'tcx>,
) -> Result<(Self, clean::Crate), Error> {
debug!("Initializing json renderer");
Ok((