Skip to content

Commit 94b344d

Browse files
authored
Rollup merge of #145187 - joshtriplett:fix-unstable-feature-comment, r=lqd
Fix an unstable feature comment that wasn't a doc comment Every other feature in the list uses a doc comment; fix one that used a regular comment to use a doc comment.
2 parents 461009d + feed41c commit 94b344d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ declare_features! (
545545
(incomplete, inherent_associated_types, "1.52.0", Some(8995)),
546546
/// Allows using `pointer` and `reference` in intra-doc links
547547
(unstable, intra_doc_pointers, "1.51.0", Some(80896)),
548-
// Allows setting the threshold for the `large_assignments` lint.
548+
/// Allows setting the threshold for the `large_assignments` lint.
549549
(unstable, large_assignments, "1.52.0", Some(83518)),
550550
/// Allow to have type alias types for inter-crate use.
551551
(incomplete, lazy_type_alias, "1.72.0", Some(112792)),

0 commit comments

Comments
 (0)