Skip to content

Commit

Permalink
Ch. 21.3: remove error ferris from good code
Browse files Browse the repository at this point in the history
  • Loading branch information
. committed Dec 30, 2024
1 parent 04d06df commit bbc6a52
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,ignore
{{#rustdoc_include ../listings/ch21-web-server/no-listing-04-update-drop-definition/src/lib.rs:here}}
```

Expand Down

0 comments on commit bbc6a52

Please sign in to comment.