Skip to content

Unnecessary notations in doc comments #13799

@lapla-cogito

Description

@lapla-cogito

There are some unnecessary notations in clippy_lints like this:

/// // example code where clippy issues a warning

This would come from clippy_dev/src/new_lint.rs:

/// // example code where clippy issues a warning

Since lines like this are treated as document comment, these sentences are included in the Web page:

Image

While most other items exclude this:

Image

So I believe these unnecessary notations should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions