Skip to content

Commit 625826d

Browse files
committed
replace-all failure
1 parent e10c2a6 commit 625826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-gen-fn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The alternative is to keep adding more helper methods to `Iterator`. It is alrea
188188
Some such methods would also need to be very generic (not an `Iterator` example, but https://doc.rust-lang.org/std/primitive.array.html#method.try_map on arrays is something
189189
that has very complex diagnostics that are hard to improve, even if it's nice once it works).
190190

191-
Users can use crates like [`genawagen`](https://crates.io/crates/genawagen) instead, which work on stable and give you `gen!` blocks that behave pretty mostly
191+
Users can use crates like [`genawaiter`](https://crates.io/crates/genawaiter) instead, which work on stable and give you `gen!` blocks that behave pretty mostly
192192
like `gen` blocks, but don't have compiler support for nice diagnostics or language support for the `?` operator.
193193

194194
# Prior art

0 commit comments

Comments
 (0)