From da7c29eaf17eb39200de60a616169448808cd926 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 13:34:44 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- tachys/src/lib.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tachys/src/lib.rs b/tachys/src/lib.rs index 8aa4415ea..7db72bd26 100644 --- a/tachys/src/lib.rs +++ b/tachys/src/lib.rs @@ -10,12 +10,9 @@ all(feature = "nightly", rustc_nightly), feature(unsized_const_params) )] -// support for const generic &'static str has now moved back and forth between +// support for const generic &'static str has now moved back and forth between // these two features a couple times; we'll just enable both -#![cfg_attr( - all(feature = "nightly", rustc_nightly), - feature(adt_const_params) -)] +#![cfg_attr(all(feature = "nightly", rustc_nightly), feature(adt_const_params))] #![deny(missing_docs)] /// Commonly-used traits.