We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000fbbc commit c08a51cCopy full SHA for c08a51c
src/libcore/num/mod.rs
@@ -103,6 +103,8 @@ macro_rules! int_impl {
103
///
104
/// # Examples
105
106
+ /// Basic usage:
107
+ ///
108
/// ```
109
/// assert_eq!(i8::min_value(), -128);
110
@@ -116,6 +118,8 @@ macro_rules! int_impl {
116
118
117
119
120
121
122
123
124
/// assert_eq!(i8::max_value(), 127);
125
@@ -1252,6 +1256,8 @@ macro_rules! uint_impl {
1252
1256
1253
1257
1254
1258
1259
1260
1255
1261
1262
/// assert_eq!(u8::min_value(), 0);
1263
@@ -1263,6 +1269,8 @@ macro_rules! uint_impl {
1269
1264
1270
1265
1271
1272
1273
1266
1274
1267
1275
/// assert_eq!(u8::max_value(), 255);
1268
1276
0 commit comments