Remove visibility from AssocItem.
This commit is contained in:
parent
110f0656cb
commit
8ee4446ee5
7 changed files with 12 additions and 15 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue