Skip to content

Commit fed32c8

Browse files
committed
---
yaml --- r: 212988 b: refs/heads/master c: c72e01e h: refs/heads/master v: v3
1 parent 1c8dc56 commit fed32c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 153de4c5d9e7846a029f9c79fb9940f72f5961f9
2+
refs/heads/master: c72e01ef7f317a0bad3c3e780cb02858f2017f43
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
55
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05

trunk/src/libcore/result.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,9 @@ impl<A, E, V: FromIterator<A>> FromIterator<Result<A, E>> for Result<V, E> {
968968
#[inline]
969969
#[unstable(feature = "result_fold",
970970
reason = "unclear if this function should exist")]
971+
#[deprecated(since = "1.2.0",
972+
reason = "has not seen enough usage to justify its position in \
973+
the standard library")]
971974
pub fn fold<T,
972975
V,
973976
E,

0 commit comments

Comments
 (0)