Skip to content

clippy::integer_arithmetic lint no longer exists #58

@rlidwka

Description

@rlidwka

Clippy complains that, I quote, "lint clippy::integer_arithmetic has been renamed to clippy::arithmetic_side_effects".

This lint directive is created by dbc-codegen in generated code here:

writeln!(&mut w, "#![deny(clippy::integer_arithmetic)]")?;

You can see details why it's renamed here: rust-lang/rust-clippy#10674

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