File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -935,7 +935,7 @@ impl f32 {
935
935
/// ```
936
936
#[ rustc_allow_incoherent_impl]
937
937
#[ must_use = "method returns a new number and does not mutate the original value" ]
938
- #[ unstable( feature = "float_gamma" , issue = "none " ) ]
938
+ #[ unstable( feature = "float_gamma" , issue = "99842 " ) ]
939
939
#[ inline]
940
940
pub fn gamma ( self ) -> f32 {
941
941
unsafe { cmath:: tgammaf ( self ) }
Original file line number Diff line number Diff line change @@ -961,7 +961,7 @@ impl f64 {
961
961
/// ```
962
962
#[ rustc_allow_incoherent_impl]
963
963
#[ must_use = "method returns a new number and does not mutate the original value" ]
964
- #[ unstable( feature = "float_gamma" , issue = "none " ) ]
964
+ #[ unstable( feature = "float_gamma" , issue = "99842 " ) ]
965
965
#[ inline]
966
966
pub fn gamma ( self ) -> f64 {
967
967
unsafe { cmath:: tgamma ( self ) }
You can’t perform that action at this time.
0 commit comments