Skip to content

Commit a690467

Browse files
committed
s/generator/coroutine/
1 parent 67b28ac commit a690467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/std_example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(core_intrinsics, generators, generator_trait, is_sorted)]
1+
#![feature(core_intrinsics, coroutines, coroutine_trait, is_sorted)]
22

33
#[cfg(feature="master")]
44
use std::arch::x86_64::*;

0 commit comments

Comments
 (0)