File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ macro_rules! int_impl {
103
103
///
104
104
/// # Examples
105
105
///
106
+ /// Basic usage:
107
+ ///
106
108
/// ```
107
109
/// assert_eq!(i8::min_value(), -128);
108
110
/// ```
@@ -116,6 +118,8 @@ macro_rules! int_impl {
116
118
///
117
119
/// # Examples
118
120
///
121
+ /// Basic usage:
122
+ ///
119
123
/// ```
120
124
/// assert_eq!(i8::max_value(), 127);
121
125
/// ```
@@ -1252,6 +1256,8 @@ macro_rules! uint_impl {
1252
1256
///
1253
1257
/// # Examples
1254
1258
///
1259
+ /// Basic usage:
1260
+ ///
1255
1261
/// ```
1256
1262
/// assert_eq!(u8::min_value(), 0);
1257
1263
/// ```
@@ -1263,6 +1269,8 @@ macro_rules! uint_impl {
1263
1269
///
1264
1270
/// # Examples
1265
1271
///
1272
+ /// Basic usage:
1273
+ ///
1266
1274
/// ```
1267
1275
/// assert_eq!(u8::max_value(), 255);
1268
1276
/// ```
You can’t perform that action at this time.
0 commit comments