Skip to content

Commit 5352bf9

Browse files
author
Ben Striegel
committed
Add MIN_10_EXP, which was mistakenly omitted
1 parent 6993187 commit 5352bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-associated-constants-on-ints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ By removing these artifacts we can make the experience of using Rust more univer
143143
- u64::{MAX, MIN}
144144
- u128::{MAX, MIN}
145145
- usize::{MAX, MIN}
146-
- f32::{DIGITS, EPSILON, INFINITY, MANTISSA_DIGITS, MAX, MAX_10_EXP, MAX_EXP, MIN, MIN_EXP, MIN_POSITIVE, NAN, NEG_INFINITY, RADIX}
147-
- f64::{DIGITS, EPSILON, INFINITY, MANTISSA_DIGITS, MAX, MAX_10_EXP, MAX_EXP, MIN, MIN_EXP, MIN_POSITIVE, NAN, NEG_INFINITY, RADIX}
146+
- f32::{DIGITS, EPSILON, INFINITY, MANTISSA_DIGITS, MAX, MAX_10_EXP, MAX_EXP, MIN, MIN_10_EXP, MIN_EXP, MIN_POSITIVE, NAN, NEG_INFINITY, RADIX}
147+
- f64::{DIGITS, EPSILON, INFINITY, MANTISSA_DIGITS, MAX, MAX_10_EXP, MAX_EXP, MIN, MIN_10_EXP, MIN_EXP, MIN_POSITIVE, NAN, NEG_INFINITY, RADIX}
148148

149149
Future editions of Rust will additionally have the option of making these deprecated items
150150
no longer accessible to users of the new edition.

0 commit comments

Comments
 (0)