Auto merge of #29280 - Ryman:bad_docattr, r=Manishearth

As is, this attr would lead to the "///" prefix being in the output text.
This commit is contained in:
bors 2015-10-26 13:58:50 +00:00
commit 0b9edc77c5

View File

@ -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