Skip to content

Commit 2409d14

Browse files
committed
---
yaml --- r: 212991 b: refs/heads/master c: 8797c9e h: refs/heads/master i: 212989: 7e3c60c 212987: 1c8dc56 212983: 4ee2bae 212975: c67ff42 212959: ba57c3d 212927: 9e8113c 212863: 9addb74 212735: 2d83987 212479: 247977b 211967: 1401657 210943: f948034 208895: b23d14d 204799: 0c821d1 196607: 8d8c63c v: v3
1 parent f5ad5a1 commit 2409d14

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a05ed9936d97414efdfd460f1e25505c366689d3
2+
refs/heads/master: 8797c9ec6ee2a00e2398ab736b0467c8e38cb496
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/libcore/num/f32.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pub mod consts {
7373
/// pi * 2.0
7474
#[unstable(feature = "float_consts",
7575
reason = "unclear naming convention/usefulness")]
76+
#[deprecated(since = "1.2.0", reason = "unclear on usefulness")]
7677
pub const PI_2: f32 = 6.28318530717958647692528676655900576_f32;
7778

7879
/// pi/2.0

trunk/src/libcore/num/f64.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pub mod consts {
7373
/// pi * 2.0
7474
#[unstable(feature = "float_consts",
7575
reason = "unclear naming convention/usefulness")]
76+
#[deprecated(since = "1.2.0", reason = "unclear on usefulness")]
7677
pub const PI_2: f64 = 6.28318530717958647692528676655900576_f64;
7778

7879
/// pi/2.0

0 commit comments

Comments
 (0)