syntax: Parse multiple trait refs in a single implementation
This commit is contained in:
parent
1528256fdc
commit
3ac5b4a86f
14 changed files with 126 additions and 63 deletions
|
@ -235,7 +235,7 @@ fn impldoc_from_impl(
|
|||
) -> doc::impldoc {
|
||||
{
|
||||
item: itemdoc,
|
||||
trait_ty: none,
|
||||
trait_types: ~[],
|
||||
self_ty: none,
|
||||
methods: do vec::map(methods) |method| {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue