mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 11:04:40 -05:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -10,12 +10,9 @@
|
|||||||
all(feature = "nightly", rustc_nightly),
|
all(feature = "nightly", rustc_nightly),
|
||||||
feature(unsized_const_params)
|
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
|
// these two features a couple times; we'll just enable both
|
||||||
#![cfg_attr(
|
#![cfg_attr(all(feature = "nightly", rustc_nightly), feature(adt_const_params))]
|
||||||
all(feature = "nightly", rustc_nightly),
|
|
||||||
feature(adt_const_params)
|
|
||||||
)]
|
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
/// Commonly-used traits.
|
/// Commonly-used traits.
|
||||||
|
|||||||
Reference in New Issue
Block a user