diff options
| author | bors <bors@rust-lang.org> | 2015-10-26 13:58:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-10-26 13:58:50 +0000 |
| commit | 0b9edc77c57c86c49cf8413b1022f1279e7f3f38 (patch) | |
| tree | a4eca23c7d7d06db77e98108c4f824711764aa51 | |
| parent | 7de9c4eea8265341d9b4a66c842ac7ac0b836614 (diff) | |
| parent | 315f76202f44d469c9fb38c1dc72b8d0663e14b3 (diff) | |
| download | rust-0b9edc77c57c86c49cf8413b1022f1279e7f3f38.tar.gz rust-0b9edc77c57c86c49cf8413b1022f1279e7f3f38.zip | |
Auto merge of #29280 - Ryman:bad_docattr, r=Manishearth
As is, this attr would lead to the "///" prefix being in the output text.
| -rw-r--r-- | src/doc/trpl/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 1b4a2be96b5..1d266b4af77 100644 --- a/src/doc/trpl/documentation.md +++ b/src/doc/trpl/documentation.md @@ -518,7 +518,7 @@ are the same, as are these: ```rust //! this -#![doc="/// this"] +#![doc="this"] ``` You won't often see this attribute used for writing documentation, but it |
