@@ -1899,7 +1899,7 @@ atomic_int! {
1899
1899
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
1900
1900
unstable( feature = "integer_atomics" , issue = "32976" ) ,
1901
1901
"i8" , "../../../std/primitive.i8.html" ,
1902
- "#![feature(integer_atomics)] \n \n " ,
1902
+ "" ,
1903
1903
atomic_min, atomic_max,
1904
1904
1 ,
1905
1905
"AtomicI8::new(0)" ,
@@ -1915,7 +1915,7 @@ atomic_int! {
1915
1915
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
1916
1916
unstable( feature = "integer_atomics" , issue = "32976" ) ,
1917
1917
"u8" , "../../../std/primitive.u8.html" ,
1918
- "#![feature(integer_atomics)] \n \n " ,
1918
+ "" ,
1919
1919
atomic_umin, atomic_umax,
1920
1920
1 ,
1921
1921
"AtomicU8::new(0)" ,
@@ -1931,7 +1931,7 @@ atomic_int! {
1931
1931
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
1932
1932
unstable( feature = "integer_atomics" , issue = "32976" ) ,
1933
1933
"i16" , "../../../std/primitive.i16.html" ,
1934
- "#![feature(integer_atomics)] \n \n " ,
1934
+ "" ,
1935
1935
atomic_min, atomic_max,
1936
1936
2 ,
1937
1937
"AtomicI16::new(0)" ,
@@ -1947,7 +1947,7 @@ atomic_int! {
1947
1947
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
1948
1948
unstable( feature = "integer_atomics" , issue = "32976" ) ,
1949
1949
"u16" , "../../../std/primitive.u16.html" ,
1950
- "#![feature(integer_atomics)] \n \n " ,
1950
+ "" ,
1951
1951
atomic_umin, atomic_umax,
1952
1952
2 ,
1953
1953
"AtomicU16::new(0)" ,
@@ -1963,7 +1963,7 @@ atomic_int! {
1963
1963
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
1964
1964
unstable( feature = "integer_atomics" , issue = "32976" ) ,
1965
1965
"i32" , "../../../std/primitive.i32.html" ,
1966
- "#![feature(integer_atomics)] \n \n " ,
1966
+ "" ,
1967
1967
atomic_min, atomic_max,
1968
1968
4 ,
1969
1969
"AtomicI32::new(0)" ,
@@ -1979,7 +1979,7 @@ atomic_int! {
1979
1979
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
1980
1980
unstable( feature = "integer_atomics" , issue = "32976" ) ,
1981
1981
"u32" , "../../../std/primitive.u32.html" ,
1982
- "#![feature(integer_atomics)] \n \n " ,
1982
+ "" ,
1983
1983
atomic_umin, atomic_umax,
1984
1984
4 ,
1985
1985
"AtomicU32::new(0)" ,
@@ -1995,7 +1995,7 @@ atomic_int! {
1995
1995
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
1996
1996
unstable( feature = "integer_atomics" , issue = "32976" ) ,
1997
1997
"i64" , "../../../std/primitive.i64.html" ,
1998
- "#![feature(integer_atomics)] \n \n " ,
1998
+ "" ,
1999
1999
atomic_min, atomic_max,
2000
2000
8 ,
2001
2001
"AtomicI64::new(0)" ,
@@ -2011,7 +2011,7 @@ atomic_int! {
2011
2011
stable( feature = "integer_atomics_stable" , since = "1.34.0" ) ,
2012
2012
unstable( feature = "integer_atomics" , issue = "32976" ) ,
2013
2013
"u64" , "../../../std/primitive.u64.html" ,
2014
- "#![feature(integer_atomics)] \n \n " ,
2014
+ "" ,
2015
2015
atomic_umin, atomic_umax,
2016
2016
8 ,
2017
2017
"AtomicU64::new(0)" ,
0 commit comments