rustdoc: Add a fallthrough path to meta_item search in parse_fn
This commit is contained in:
parent
cf40b60b5a
commit
29409afe1a
@ -33,6 +33,7 @@ fn parse_fn(
|
||||
ast::meta_list("doc", docs) {
|
||||
ret parse_fn_(docs);
|
||||
}
|
||||
_ { }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user