Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Omega359 opened this issue Feb 2, 2025 · 0 comments
Open

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

Omega359 opened this issue Feb 2, 2025 · 0 comments
Labels

Comments

@Omega359
Copy link
Contributor

Omega359 commented Feb 2, 2025

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

@Omega359 Omega359 added the bug label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant