1
Fork 0

Remove visibility from AssocItem.

This commit is contained in:
Camille GILLOT 2022-03-12 21:40:43 +01:00
parent 110f0656cb
commit 8ee4446ee5
7 changed files with 12 additions and 15 deletions

View file

@ -1151,7 +1151,6 @@ impl<'a, 'tcx> CrateMetadataRef<'a> {
ty::AssocItem {
name,
kind,
vis: self.get_visibility(id),
def_id: self.local_def_id(id),
trait_item_def_id: self.get_trait_item_def_id(id),
container: container.with_def_id(parent),