mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix: rename nightly feature for const generic &'static str
(d0c11bf6e3
\#diff-7b65e42e2b87910c94950caf7f0687fda2f9f98f311099404f5c4afb4a36e50c)
This commit is contained in:
parent
4fe7fe725f
commit
d4ec5e187b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
//! detection.
|
||||
|
||||
#![allow(incomplete_features)] // yolo
|
||||
#![cfg_attr(feature = "nightly", feature(adt_const_params))]
|
||||
#![cfg_attr(feature = "nightly", feature(unsized_const_params))]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
/// Commonly-used traits.
|
||||
|
|
Loading…
Reference in a new issue