Skip to content

warning: empty doc comment on latest nightly clippy #2406

Closed
@rupansh-sekar-yral

Description

@rupansh-sekar-yral

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:

  1. cargo leptos new --git "https://github.com/leptos-rs/start"
  2. navigate to the newly created project
  3. cargo clippy --no-deps --all-features
  4. See error

Expected behavior
clippy warnings should not originate from the #[component] macro

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions