Fix docattr to match surrounding text

As is, this attr would lead to the "///" prefix being in the output text
This commit is contained in:
Kevin Butler 2015-10-24 20:00:58 +01:00
parent 04e497c005
commit 315f76202f

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