Skip to content

Minor: Fix deprecated note to point to the correct const #7067

@Omega359

Description

@Omega359

Describe the bug

note = "Use MIN_DECIMAL_FOR_EACH_PRECISION (note indexes are different)"

#[deprecated(
    since = "54.1.0",
    note = "Use MIN_DECIMAL_FOR_EACH_PRECISION (note indexes are different)"
)]
pub const MIN_DECIMAL_FOR_EACH_PRECISION: [i128; 38] = [

That I believe should be

note = "Use MIN_DECIMAL128_FOR_EACH_PRECISION (note indexes are different)"

To Reproduce

Expected behavior

Additional context

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