Skip to content

Commit 4b8f4a8

Browse files
committed
---
yaml --- r: 213003 b: refs/heads/master c: 3346fb0 h: refs/heads/master i: 213001: 94aeb3d 212999: dbe0377 v: v3
1 parent 0b933db commit 4b8f4a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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: d645f8fc286af1841f1a352ddc7282c6e9a7dd8f
2+
refs/heads/master: 3346fb044285c0b10480099ca3af921a053c38be
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/libstd/thunk.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// Because this module is temporary...
1212
#![allow(missing_docs)]
1313
#![unstable(feature = "thunk")]
14+
#![deprecated(since = "1.2.0", reason = "use FnBox instead")]
1415

1516
use alloc::boxed::{Box, FnBox};
1617
use core::marker::Send;

0 commit comments

Comments
 (0)