File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,6 +367,7 @@ impl i128 {
367367}
368368
369369#[ cfg( target_pointer_width = "16" ) ]
370+ #[ doc( auto_cfg( hide( target_pointer_width = "16" ) ) ) ]
370371impl isize {
371372 int_impl ! {
372373 Self = isize ,
@@ -392,6 +393,7 @@ impl isize {
392393}
393394
394395#[ cfg( target_pointer_width = "32" ) ]
396+ #[ doc( auto_cfg( hide( target_pointer_width = "32" ) ) ) ]
395397impl isize {
396398 int_impl ! {
397399 Self = isize ,
@@ -417,6 +419,7 @@ impl isize {
417419}
418420
419421#[ cfg( target_pointer_width = "64" ) ]
422+ #[ doc( auto_cfg( hide( target_pointer_width = "64" ) ) ) ]
420423impl isize {
421424 int_impl ! {
422425 Self = isize ,
@@ -1212,6 +1215,7 @@ impl u128 {
12121215}
12131216
12141217#[ cfg( target_pointer_width = "16" ) ]
1218+ #[ doc( auto_cfg( hide( target_pointer_width = "16" ) ) ) ]
12151219impl usize {
12161220 uint_impl ! {
12171221 Self = usize ,
@@ -1239,6 +1243,7 @@ impl usize {
12391243}
12401244
12411245#[ cfg( target_pointer_width = "32" ) ]
1246+ #[ doc( auto_cfg( hide( target_pointer_width = "32" ) ) ) ]
12421247impl usize {
12431248 uint_impl ! {
12441249 Self = usize ,
@@ -1266,6 +1271,7 @@ impl usize {
12661271}
12671272
12681273#[ cfg( target_pointer_width = "64" ) ]
1274+ #[ doc( auto_cfg( hide( target_pointer_width = "64" ) ) ) ]
12691275impl usize {
12701276 uint_impl ! {
12711277 Self = usize ,
You can’t perform that action at this time.
0 commit comments