removed bad joke, i was tired then...

This commit is contained in:
Carl Fredrik Samson
2020-02-05 23:49:38 +01:00
parent f272d24e0f
commit b18ba1464c
2 changed files with 2 additions and 4 deletions

View File

@@ -518,7 +518,6 @@ Thanks to [PR#45337][pr45337] you can actually run code like the one in our
example in Rust today using the `static` keyword on nightly. Try it for
yourself:
```rust
#![feature(generators, generator_trait)]
use std::ops::{Generator, GeneratorState};