Skip to content

Commit 29409af

Browse files
committed
rustdoc: Add a fallthrough path to meta_item search in parse_fn
1 parent cf40b60 commit 29409af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rustdoc/attr_parser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ fn parse_fn(
3333
ast::meta_list("doc", docs) {
3434
ret parse_fn_(docs);
3535
}
36+
_ { }
3637
}
3738
}
3839

0 commit comments

Comments
 (0)