From 33894972e43c7c6579224d2d35b01b6bdcd32401 Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Tue, 31 Dec 2024 22:35:33 -0600 Subject: [PATCH] Incorrect does_not_compile. Fixes #234. --- src/ch17-04-streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch17-04-streams.md b/src/ch17-04-streams.md index c13017be77..ef8e115076 100644 --- a/src/ch17-04-streams.md +++ b/src/ch17-04-streams.md @@ -93,7 +93,7 @@ Listing 17-31. -```rust,ignore,does_not_compile +```rust {{#rustdoc_include ../listings/ch17-async-await/listing-17-31/src/main.rs}} ```