Skip to content

Commit a2e0f10

Browse files
authored
address nit
1 parent 1d9757c commit a2e0f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ declare_features! (
487487
(incomplete, generic_const_exprs, "1.56.0", Some(76560)),
488488
/// Allows generic parameters and where-clauses on free & associated const items.
489489
(incomplete, generic_const_items, "1.73.0", Some(113521)),
490-
/// Allows registring static items globally, possibly across crates, to iterate over at runtime.
490+
/// Allows registering static items globally, possibly across crates, to iterate over at runtime.
491491
(unstable, global_registration, "CURRENT_RUSTC_VERSION", Some(125119)),
492492
/// Allows using `..=X` as a patterns in slices.
493493
(unstable, half_open_range_patterns_in_slices, "1.66.0", Some(67264)),

0 commit comments

Comments
 (0)