Skip to content

Commit 49152d3

Browse files
committed
---
yaml --- r: 219358 b: refs/heads/snap-stage3 c: c72e01e h: refs/heads/master v: v3
1 parent 3c23727 commit 49152d3

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,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: 153de4c5d9e7846a029f9c79fb9940f72f5961f9
3+
refs/heads/snap-stage3: c72e01ef7f317a0bad3c3e780cb02858f2017f43
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/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)