s/Generator/Coroutine/
This commit is contained in:
parent
96027d945b
commit
60956837cf
310 changed files with 1271 additions and 1271 deletions
|
@ -12,7 +12,7 @@
|
|||
use std::arch::x86_64::*;
|
||||
use std::hint::black_box;
|
||||
use std::io::Write;
|
||||
use std::ops::Generator;
|
||||
use std::ops::Coroutine;
|
||||
|
||||
fn main() {
|
||||
println!("{:?}", std::env::args().collect::<Vec<_>>());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue