Skip to content

Commit

Permalink
Merge pull request #4183 from RadicalTray/main
Browse files Browse the repository at this point in the history
Ch. 21.3: remove error ferris from working code
  • Loading branch information
chriskrycho authored Jan 6, 2025
2 parents 5c69489 + c361946 commit f207fae
Showing 1 changed file 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 @@ -74,7 +74,7 @@ So we need to update the `ThreadPool` `drop` implementation like this:

<Listing file-name="src/lib.rs">

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

Expand Down

0 comments on commit f207fae

Please sign in to comment.