Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 2e72a0a

Browse files
committed
Remove confusing unwrap/Result guideline
1 parent 3672055 commit 2e72a0a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

errors/handling.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@
44

55
> **[FIXME]** Explain how to isolate tasks and detect task failure for recovery.
66
7-
### Never `unwrap` a `Result` for unavoidable errors. [RFC]
8-
9-
The `unwrap` method amounts to an assertion that an error will not occur. This
10-
is only appropriate when the client can rule out the error by e.g. checking the
11-
inputs it is providing to the operation.
7+
### Consuming `Result` [OPEN]

0 commit comments

Comments
 (0)