@@ -341,7 +341,7 @@ declare_features! (
341
341
( accepted, pattern_parentheses, "1.31.0" , Some ( 51087 ) ) ,
342
342
/// Allows `use<'a, 'b, A, B>` in `impl Trait + use<...>` for precise capture of generic args.
343
343
( accepted, precise_capturing, "1.82.0" , Some ( 123432 ) ) ,
344
- /// Allows `use<..>` precise capturign on impl Trait in traits.
344
+ /// Allows `use<..>` precise capturing on impl Trait in traits.
345
345
( accepted, precise_capturing_in_traits, "1.87.0" , Some ( 130044 ) ) ,
346
346
/// Allows procedural macros in `proc-macro` crates.
347
347
( accepted, proc_macro, "1.29.0" , Some ( 38356 ) ) ,
@@ -388,7 +388,7 @@ declare_features! (
388
388
( accepted, self_struct_ctor, "1.32.0" , Some ( 51994 ) ) ,
389
389
/// Allows use of x86 SHA512, SM3 and SM4 target-features and intrinsics
390
390
( accepted, sha512_sm_x86, "CURRENT_RUSTC_VERSION" , Some ( 126624 ) ) ,
391
- /// Shortern the tail expression lifetime
391
+ /// Shorten the tail expression lifetime
392
392
( accepted, shorter_tail_lifetimes, "1.84.0" , Some ( 123739 ) ) ,
393
393
/// Allows using subslice patterns, `[a, .., b]` and `[a, xs @ .., b]`.
394
394
( accepted, slice_patterns, "1.42.0" , Some ( 62254 ) ) ,
0 commit comments