@@ -18,15 +18,15 @@ use crate::num::FpCategory;
18
18
#[ rustc_deprecated(
19
19
since = "1.46.0" ,
20
20
reason = "The associated constant `f32::RADIX` is now prefered" ,
21
- suggestion = "f32::RADIX" ,
21
+ suggestion = "f32::RADIX"
22
22
) ]
23
23
pub const RADIX : u32 = f32:: RADIX ;
24
24
25
25
/// Number of significant digits in base 2.
26
26
#[ rustc_deprecated(
27
27
since = "1.46.0" ,
28
28
reason = "The associated constant `f32::MANTISSA_DIGITS` is now prefered" ,
29
- suggestion = "f32::MANTISSA_DIGITS" ,
29
+ suggestion = "f32::MANTISSA_DIGITS"
30
30
) ]
31
31
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
32
32
pub const MANTISSA_DIGITS : u32 = f32:: MANTISSA_DIGITS ;
@@ -36,7 +36,7 @@ pub const MANTISSA_DIGITS: u32 = f32::MANTISSA_DIGITS;
36
36
#[ rustc_deprecated(
37
37
since = "1.46.0" ,
38
38
reason = "The associated constant `f32::DIGITS` is now prefered" ,
39
- suggestion = "f32::DIGITS" ,
39
+ suggestion = "f32::DIGITS"
40
40
) ]
41
41
pub const DIGITS : u32 = f32:: DIGITS ;
42
42
@@ -47,7 +47,7 @@ pub const DIGITS: u32 = f32::DIGITS;
47
47
#[ rustc_deprecated(
48
48
since = "1.46.0" ,
49
49
reason = "The associated constant `f32::EPSILON` is now prefered" ,
50
- suggestion = "f32::EPSILON" ,
50
+ suggestion = "f32::EPSILON"
51
51
) ]
52
52
pub const EPSILON : f32 = f32:: EPSILON ;
53
53
@@ -56,7 +56,7 @@ pub const EPSILON: f32 = f32::EPSILON;
56
56
#[ rustc_deprecated(
57
57
since = "1.46.0" ,
58
58
reason = "The associated constant `f32::MIN` is now prefered" ,
59
- suggestion = "f32::MIN" ,
59
+ suggestion = "f32::MIN"
60
60
) ]
61
61
pub const MIN : f32 = f32:: MIN ;
62
62
@@ -65,7 +65,7 @@ pub const MIN: f32 = f32::MIN;
65
65
#[ rustc_deprecated(
66
66
since = "1.46.0" ,
67
67
reason = "The associated constant `f32::MIN_POSITIVE` is now prefered" ,
68
- suggestion = "f32::MIN_POSITIVE" ,
68
+ suggestion = "f32::MIN_POSITIVE"
69
69
) ]
70
70
pub const MIN_POSITIVE : f32 = f32:: MIN_POSITIVE ;
71
71
@@ -74,7 +74,7 @@ pub const MIN_POSITIVE: f32 = f32::MIN_POSITIVE;
74
74
#[ rustc_deprecated(
75
75
since = "1.46.0" ,
76
76
reason = "The associated constant `f32::MAX` is now prefered" ,
77
- suggestion = "f32::MAX" ,
77
+ suggestion = "f32::MAX"
78
78
) ]
79
79
pub const MAX : f32 = f32:: MAX ;
80
80
@@ -83,7 +83,7 @@ pub const MAX: f32 = f32::MAX;
83
83
#[ rustc_deprecated(
84
84
since = "1.46.0" ,
85
85
reason = "The associated constant `f32::MIN_EXP` is now prefered" ,
86
- suggestion = "f32::MIN_EXP" ,
86
+ suggestion = "f32::MIN_EXP"
87
87
) ]
88
88
pub const MIN_EXP : i32 = f32:: MIN_EXP ;
89
89
@@ -92,7 +92,7 @@ pub const MIN_EXP: i32 = f32::MIN_EXP;
92
92
#[ rustc_deprecated(
93
93
since = "1.46.0" ,
94
94
reason = "The associated constant `f32::MAX_EXP` is now prefered" ,
95
- suggestion = "f32::MAX_EXP" ,
95
+ suggestion = "f32::MAX_EXP"
96
96
) ]
97
97
pub const MAX_EXP : i32 = f32:: MAX_EXP ;
98
98
@@ -101,7 +101,7 @@ pub const MAX_EXP: i32 = f32::MAX_EXP;
101
101
#[ rustc_deprecated(
102
102
since = "1.46.0" ,
103
103
reason = "The associated constant `f32::MIN_10_EXP` is now prefered" ,
104
- suggestion = "f32::MIN_10_EXP" ,
104
+ suggestion = "f32::MIN_10_EXP"
105
105
) ]
106
106
pub const MIN_10_EXP : i32 = f32:: MIN_10_EXP ;
107
107
@@ -110,7 +110,7 @@ pub const MIN_10_EXP: i32 = f32::MIN_10_EXP;
110
110
#[ rustc_deprecated(
111
111
since = "1.46.0" ,
112
112
reason = "The associated constant `f32::MAX_10_EXP` is now prefered" ,
113
- suggestion = "f32::MAX_10_EXP" ,
113
+ suggestion = "f32::MAX_10_EXP"
114
114
) ]
115
115
pub const MAX_10_EXP : i32 = f32:: MAX_10_EXP ;
116
116
@@ -119,7 +119,7 @@ pub const MAX_10_EXP: i32 = f32::MAX_10_EXP;
119
119
#[ rustc_deprecated(
120
120
since = "1.46.0" ,
121
121
reason = "The associated constant `f32::NAN` is now prefered" ,
122
- suggestion = "f32::NAN" ,
122
+ suggestion = "f32::NAN"
123
123
) ]
124
124
pub const NAN : f32 = f32:: NAN ;
125
125
@@ -128,7 +128,7 @@ pub const NAN: f32 = f32::NAN;
128
128
#[ rustc_deprecated(
129
129
since = "1.46.0" ,
130
130
reason = "The associated constant `f32::INFINITY` is now prefered" ,
131
- suggestion = "f32::INFINITY" ,
131
+ suggestion = "f32::INFINITY"
132
132
) ]
133
133
pub const INFINITY : f32 = f32:: INFINITY ;
134
134
@@ -137,7 +137,7 @@ pub const INFINITY: f32 = f32::INFINITY;
137
137
#[ rustc_deprecated(
138
138
since = "1.46.0" ,
139
139
reason = "The associated constant `f32::NEG_INFINITY` is now prefered" ,
140
- suggestion = "f32::NEG_INFINITY" ,
140
+ suggestion = "f32::NEG_INFINITY"
141
141
) ]
142
142
pub const NEG_INFINITY : f32 = f32:: NEG_INFINITY ;
143
143
0 commit comments