Update to new rustdoc APIs
This commit is contained in:
parent
6a36b3f49d
commit
d98a72c77b
4 changed files with 4 additions and 8 deletions
|
@ -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((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue