Remove Crate::primitives field
This commit is contained in:
parent
4e0d0d757e
commit
5856e40885
3 changed files with 6 additions and 5 deletions
|
@ -73,7 +73,7 @@ pub(crate) fn krate(cx: &mut DocContext<'_>) -> Crate {
|
|||
}));
|
||||
}
|
||||
|
||||
Crate { module, primitives, external_traits: cx.external_traits.clone() }
|
||||
Crate { module, external_traits: cx.external_traits.clone() }
|
||||
}
|
||||
|
||||
pub(crate) fn substs_to_args<'tcx>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue