rustc: Parse, serialize, and deserialize trait inheritance
This commit is contained in:
parent
a805a1fb37
commit
b65dd9d090
13 changed files with 69 additions and 21 deletions
|
@ -84,7 +84,7 @@ fn moddoc_from_mod(
|
|||
enumdoc_from_enum(itemdoc, variants)
|
||||
))
|
||||
}
|
||||
ast::item_trait(_, methods) {
|
||||
ast::item_trait(_, _, methods) {
|
||||
some(doc::traittag(
|
||||
traitdoc_from_trait(itemdoc, methods)
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue