Skip to content

Commit 4519e68

Browse files
committed
s/generator/coroutine/
1 parent 8e264ab commit 4519e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: example/std_example.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![feature(
22
core_intrinsics,
3-
generators,
4-
generator_trait,
3+
coroutines,
4+
coroutine_trait,
55
is_sorted,
66
repr_simd,
77
tuple_trait,

0 commit comments

Comments
 (0)