Closed
Description
Describe the bug
Running cargo clippy --no-deps
shows this warning wherever I am using the #[component]
macro
This issue is reproducible on the start template
Leptos Dependencies
leptos = { version = "0.6", features = ["nightly"] }
leptos_meta = { version = "0.6", features = ["nightly"] }
leptos_actix = { version = "0.6", optional = true }
leptos_router = { version = "0.6", features = ["nightly"] }
To Reproduce
Steps to reproduce the behavior:
cargo leptos new --git "https://github.com/leptos-rs/start"
- navigate to the newly created project
cargo clippy --no-deps --all-features
- See error
Expected behavior
clippy warnings should not originate from the #[component]
macro