Skip to content

Commit

Permalink
minor: fix deprecated_note (#7105)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Lai <[email protected]>
  • Loading branch information
Chen-Yuan-Lai and Ian Lai authored Feb 10, 2025
1 parent c245a45 commit 80e3327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-data/src/decimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ pub const MAX_DECIMAL_FOR_EACH_PRECISION: [i128; 38] = [
#[allow(dead_code)] // no longer used but is part of our public API
#[deprecated(
since = "54.1.0",
note = "Use MIN_DECIMAL_FOR_EACH_PRECISION (note indexes are different)"
note = "Use MIN_DECIMAL128_FOR_EACH_PRECISION (note indexes are different)"
)]
pub const MIN_DECIMAL_FOR_EACH_PRECISION: [i128; 38] = [
-9,
Expand Down

0 comments on commit 80e3327

Please sign in to comment.