Skip to content

Commit 68719e0

Browse files
committed
Fix doc comment
1 parent 230b58f commit 68719e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,9 @@ declare_features! (
622622
(incomplete, unnamed_fields, "1.74.0", Some(49804)),
623623
/// Allows unsafe on extern declarations and safety qualifiers over internal items.
624624
(unstable, unsafe_extern_blocks, "CURRENT_RUSTC_VERSION", Some(123743)),
625-
/// Allows unsized fn parameters.
625+
/// Allows unsafe attributes.
626626
(unstable, unsafe_attributes, "CURRENT_RUSTC_VERSION", Some(123757)),
627+
/// Allows unsized fn parameters.
627628
(unstable, unsized_fn_params, "1.49.0", Some(48055)),
628629
/// Allows unsized rvalues at arguments and parameters.
629630
(incomplete, unsized_locals, "1.30.0", Some(48055)),

0 commit comments

Comments
 (0)