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 0affb6e38a
commit 192d6870ee

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)
```