We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c082c23 commit 606f13dCopy full SHA for 606f13d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: ce1be4d9a9404f1eb75d0cacc937dbdbdf00d371
+refs/heads/master: 8befdd08a37203ed802e7492ef1fe5053b9f9cf0
trunk/src/lib/result.rs
@@ -98,7 +98,7 @@ This function can be used to compose the results of two functions.
98
99
Example:
100
101
-> let res = chain(read_file(file), { |buf]
+> let res = chain(read_file(file), { |buf|
102
> ok(parse_buf(buf))
103
> })
104
0 commit comments