rustdoc: Add a fallthrough path to meta_item search in parse_fn

This commit is contained in:
Brian Anderson 2012-01-16 19:41:04 -08:00
parent cf40b60b5a
commit 29409afe1a

View File

@ -33,6 +33,7 @@ fn parse_fn(
ast::meta_list("doc", docs) {
ret parse_fn_(docs);
}
_ { }
}
}