Skip to content

Commit

Permalink
Incorrect does_not_compile. Fixes #234.
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jan 1, 2025
1 parent c318fb4 commit 3389497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch17-04-streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Listing 17-31.

<Listing number="17-31" caption="Successfully using an iterator as the basis for a stream" file-name="src/main.rs">

```rust,ignore,does_not_compile
```rust
{{#rustdoc_include ../listings/ch17-async-await/listing-17-31/src/main.rs}}
```

Expand Down

0 comments on commit 3389497

Please sign in to comment.