Fix rustdoc
This commit is contained in:
parent
18373fae35
commit
b41a483e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1164,7 +1164,7 @@ pub struct AliasTy<'tcx> {
|
|||
pub def_id: DefId,
|
||||
|
||||
/// This field exists to prevent the creation of `ProjectionTy` without using
|
||||
/// [TyCtxt::mk_projection_ty].
|
||||
/// [TyCtxt::mk_alias_ty].
|
||||
pub(super) _use_mk_alias_ty_instead: (),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue