diff options
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 |
