diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-19 00:08:51 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-19 00:08:51 -0800 |
| commit | f77458a67681859806256c64d2f99b5da77745d6 (patch) | |
| tree | 59fdee2b5fd8edff9364765b47b5fb048b6328de /src/rustdoc/attr_pass.rs | |
| parent | 398dadfeca39f5f2256628369684e54c98aeaba8 (diff) | |
| download | rust-f77458a67681859806256c64d2f99b5da77745d6.tar.gz rust-f77458a67681859806256c64d2f99b5da77745d6.zip | |
rustdoc: Remove nullary-tag dots
Diffstat (limited to 'src/rustdoc/attr_pass.rs')
| -rw-r--r-- | src/rustdoc/attr_pass.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc/attr_pass.rs b/src/rustdoc/attr_pass.rs index a804a836248..5fe6e068494 100644 --- a/src/rustdoc/attr_pass.rs +++ b/src/rustdoc/attr_pass.rs @@ -167,7 +167,7 @@ fn fold_fn( with *doc } } - none. { doc } + none { doc } } } // FIXME: Warning when documenting a non-existant arg |
