mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
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:
commit
0b9edc77c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user