Skip to content

Remove #[allow(clippy::duplicated_attributes)] after rustc nightly-2024-04-22 or later #1328

@sea212

Description

@sea212

See rust-lang/rust-clippy#12537. Currently we can't use that rustc version or later, because it results in errors.

Occurrences:

// TODO(#1328): Remove after rustc nightly-2024-04-22
#![allow(clippy::duplicated_attributes)]

// TODO(#1328): Remove after rustc nightly-2024-04-22
#![allow(clippy::duplicated_attributes)]

// TODO(#1328): Remove after rustc nightly-2024-04-22
#![allow(clippy::duplicated_attributes)]

// TODO(#1328): Remove after rustc nightly-2024-04-22
#![allow(clippy::duplicated_attributes)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    l:XSSolving this issue takes minutesp:lowLow priority, resolution of this issue can waitt:maintenanceThe issue describes necessary maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions