-
-
Notifications
You must be signed in to change notification settings - Fork 781
Closed
Labels
good first issueGood for newcomersGood for newcomers
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
d-k-bo and JasonGH17
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers