parent
a499517328
commit
94ecc372b2
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@ let handles: Vec<_> = philosophers.into_iter().map(|p| {
|
|||
}).collect();
|
||||
```
|
||||
|
||||
While this is only five lines, they’re a dense four. Let’s break it down.
|
||||
While this is only five lines, they’re a dense five. Let’s break it down.
|
||||
|
||||
```rust,ignore
|
||||
let handles: Vec<_> =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue