Skip to content

Commit ed2eb81

Browse files
committed
Fix doc comment
1 parent cadacf1 commit ed2eb81

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
@@ -626,8 +626,9 @@ declare_features! (
626626
(unstable, type_changing_struct_update, "1.58.0", Some(86555)),
627627
/// Allows unnamed fields of struct and union type
628628
(incomplete, unnamed_fields, "1.74.0", Some(49804)),
629-
/// Allows unsized fn parameters.
629+
/// Allows unsafe attributes.
630630
(unstable, unsafe_attributes, "CURRENT_RUSTC_VERSION", Some(123757)),
631+
/// Allows unsized fn parameters.
631632
(unstable, unsized_fn_params, "1.49.0", Some(48055)),
632633
/// Allows unsized rvalues at arguments and parameters.
633634
(incomplete, unsized_locals, "1.30.0", Some(48055)),

0 commit comments

Comments
 (0)