Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Better names #721

@recmo

Description

@recmo

On 2020-08-17 @recmo wrote in 645f7bd “Fix lints”:

Better names

    }
}

// TODO: Replace literals with u256h!
#[allow(clippy::unreadable_literal)]
// TODO: Better names
#[allow(clippy::similar_names)]
#[allow(clippy::clippy::many_single_char_names)]
#[cfg(test)]
mod tests {
    use super::*;

From algebra/u256/src/multiplicative.rs:246

Metadata

Metadata

Assignees

Labels

refactorImproves the code qualitytrackerIssues generated from source comments

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions