removed 1 line of code from greenthreads
This commit is contained in:
@@ -147,8 +147,7 @@ this:
|
||||
> the same page.
|
||||
|
||||
```rust, edition2018
|
||||
#![feature(asm)]
|
||||
#![feature(naked_functions)]
|
||||
#![feature(asm, naked_functions)]
|
||||
use std::ptr;
|
||||
|
||||
const DEFAULT_STACK_SIZE: usize = 1024 * 1024 * 2;
|
||||
|
||||
Reference in New Issue
Block a user