mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
chore: fix warnings (#1123)
* chore: fix `hidden-glob-reexports` warning * skip `template_macro` testing
This commit is contained in:
parent
1c236d74b6
commit
ff86b2ef4f
3 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ rkyv = ["leptos_reactive/rkyv"]
|
|||
tracing = ["leptos_macro/tracing"]
|
||||
|
||||
[package.metadata.cargo-all-features]
|
||||
denylist = ["stable", "tracing"]
|
||||
denylist = ["stable", "tracing", "template_macro"]
|
||||
skip_feature_sets = [
|
||||
[
|
||||
"csr",
|
||||
|
|
|
@ -189,8 +189,8 @@ mod for_loop;
|
|||
mod show;
|
||||
pub use for_loop::*;
|
||||
pub use show::*;
|
||||
mod suspense;
|
||||
pub use suspense::*;
|
||||
mod suspense_component;
|
||||
pub use suspense_component::*;
|
||||
mod text_prop;
|
||||
mod transition;
|
||||
pub use text_prop::TextProp;
|
||||
|
|
Loading…
Reference in a new issue