Replaced simple comment with doc comment
This commit is contained in:
parent
a8b58d4c0d
commit
0e32b4eeef
|
|
@ -129,7 +129,7 @@ a new unstable feature:
|
||||||
in the active `declare_features` block:
|
in the active `declare_features` block:
|
||||||
|
|
||||||
```rust,ignore
|
```rust,ignore
|
||||||
// description of feature
|
/// description of feature
|
||||||
(active, $feature_name, "$current_nightly_version", Some($tracking_issue_number), $edition)
|
(active, $feature_name, "$current_nightly_version", Some($tracking_issue_number), $edition)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue