diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-16 19:41:04 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-16 21:12:35 -0800 |
| commit | 29409afe1a9723e5b0afcbe5e9d2fe1282b003af (patch) | |
| tree | 8f15d5bc51f8338987537f51d0d2d16be3d3f8ca /src/rustdoc | |
| parent | cf40b60b5aeefadd770b7520409fe4186169185a (diff) | |
| download | rust-29409afe1a9723e5b0afcbe5e9d2fe1282b003af.tar.gz rust-29409afe1a9723e5b0afcbe5e9d2fe1282b003af.zip | |
rustdoc: Add a fallthrough path to meta_item search in parse_fn
Diffstat (limited to 'src/rustdoc')
| -rw-r--r-- | src/rustdoc/attr_parser.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustdoc/attr_parser.rs b/src/rustdoc/attr_parser.rs index c447e0d72b3..62c5ba91671 100644 --- a/src/rustdoc/attr_parser.rs +++ b/src/rustdoc/attr_parser.rs @@ -33,6 +33,7 @@ fn parse_fn( ast::meta_list("doc", docs) { ret parse_fn_(docs); } + _ { } } } |
