File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a05ed9936d97414efdfd460f1e25505c366689d3
2
+ refs/heads/master: 8797c9ec6ee2a00e2398ab736b0467c8e38cb496
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ pub mod consts {
73
73
/// pi * 2.0
74
74
#[ unstable( feature = "float_consts" ,
75
75
reason = "unclear naming convention/usefulness" ) ]
76
+ #[ deprecated( since = "1.2.0" , reason = "unclear on usefulness" ) ]
76
77
pub const PI_2 : f32 = 6.28318530717958647692528676655900576_f32 ;
77
78
78
79
/// pi/2.0
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ pub mod consts {
73
73
/// pi * 2.0
74
74
#[ unstable( feature = "float_consts" ,
75
75
reason = "unclear naming convention/usefulness" ) ]
76
+ #[ deprecated( since = "1.2.0" , reason = "unclear on usefulness" ) ]
76
77
pub const PI_2 : f64 = 6.28318530717958647692528676655900576_f64 ;
77
78
78
79
/// pi/2.0
You can’t perform that action at this time.
0 commit comments