Replaced simple comment with doc comment

This commit is contained in:
LeSeulArtichaut 2020-01-29 18:11:45 +01:00 committed by Who? Me?!
parent 695217bd08
commit 14c976a108
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ a new unstable feature:
in the active `declare_features` block:
```rust,ignore
// description of feature
/// description of feature
(active, $feature_name, "$current_nightly_version", Some($tracking_issue_number), $edition)
```