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 a8b58d4c0d
commit 0e32b4eeef
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)
```