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