made edit possible

This commit is contained in:
cfsamson
2020-01-28 18:21:38 +01:00
parent 4c1f0a9682
commit 9fb6770a72

View File

@@ -267,7 +267,7 @@ That means turning to unsafe.
Now, as you'll notice, this compiles: Now, as you'll notice, this compiles:
```rust ```rust,editable
pub fn main() { pub fn main() {
let mut gen = GeneratorA::start(); let mut gen = GeneratorA::start();
let mut gen2 = GeneratorA::start(); let mut gen2 = GeneratorA::start();