Remove impl_id from trait_ref. Unused
This commit is contained in:
parent
2fcf562d16
commit
ecdc8aae41
7 changed files with 4 additions and 16 deletions
|
|
@ -1417,7 +1417,7 @@ type attribute_ = {style: attr_style, value: meta_item, is_sugared_doc: bool};
|
|||
*/
|
||||
#[auto_serialize]
|
||||
#[auto_deserialize]
|
||||
type trait_ref = {path: @path, ref_id: node_id, impl_id: node_id};
|
||||
type trait_ref = {path: @path, ref_id: node_id};
|
||||
|
||||
#[auto_serialize]
|
||||
#[auto_deserialize]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue