rustdoc: Add a fallthrough path to meta_item search in parse_fn
This commit is contained in:
parent
cf40b60b5a
commit
29409afe1a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ fn parse_fn(
|
|||
ast::meta_list("doc", docs) {
|
||||
ret parse_fn_(docs);
|
||||
}
|
||||
_ { }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue