Skip to content

Commit

Permalink
Ch. 21: Rename a no-listing listing so its name is sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 11, 2024
1 parent e195ff4 commit bfd6016
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch21-03-graceful-shutdown-and-cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ So we need to update the `ThreadPool` `drop` implementation like this:
<Listing file-name="src/lib.rs">

```rust,ignore,does_not_compile
{{#rustdoc_include ../listings/ch21-web-server/no-listing-04-update-worker-definition/src/lib.rs:here}}
{{#rustdoc_include ../listings/ch21-web-server/no-listing-04-update-drop-definition/src/lib.rs:here}}
```

</Listing>
Expand Down

0 comments on commit bfd6016

Please sign in to comment.