]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/core.rs
Auto merge of #61612 - nnethercote:improve-parse_bottom_expr, r=petrochenkov
[rust.git] / src / librustdoc / core.rs
index 2a3bc5e99617f468375a834110a7e7cf45e431ed..b48ed12cc6baa4bd593aacf1d417b3467b62bb05 100644 (file)
@@ -44,7 +44,7 @@
 
 pub struct DocContext<'tcx> {
 
-    pub tcx: TyCtxt<'tcx, 'tcx, 'tcx>,
+    pub tcx: TyCtxt<'tcx, 'tcx>,
     pub resolver: Rc<Option<RefCell<interface::BoxedResolver>>>,
     /// The stack of module NodeIds up till this point
     pub crate_name: Option<String>,