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 @@ -901,7 +901,7 @@ impl f32 {
901
901
///
902
902
/// [finite]: #method.is_finite
903
903
#[ must_use = "method returns a new number and does not mutate the original value" ]
904
- #[ unstable( feature = "float_interpolation" , issue = "71015 " ) ]
904
+ #[ unstable( feature = "float_interpolation" , issue = "86269 " ) ]
905
905
pub fn lerp ( self , start : f32 , end : f32 ) -> f32 {
906
906
// consistent
907
907
if start == end {
Original file line number Diff line number Diff line change @@ -903,7 +903,7 @@ impl f64 {
903
903
///
904
904
/// [finite]: #method.is_finite
905
905
#[ must_use = "method returns a new number and does not mutate the original value" ]
906
- #[ unstable( feature = "float_interpolation" , issue = "71015 " ) ]
906
+ #[ unstable( feature = "float_interpolation" , issue = "86269 " ) ]
907
907
pub fn lerp ( self , start : f64 , end : f64 ) -> f64 {
908
908
// consistent
909
909
if start == end {
You can’t perform that action at this time.
0 commit comments