Merge pull request #83 from rofrol/patch-5

frame data our -> frame data out
pull/76/head^2
sotrh 4 years ago committed by GitHub
commit dc847b99e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,7 +148,7 @@ for c in &colors {
}
```
Once that's done we can pull the frame data our of the `Arc<Mutex<_>>`, and pass it into `save_gif()`.
Once that's done we can pull the frame data out of the `Arc<Mutex<_>>`, and pass it into `save_gif()`.
```rust
let mut frames = Arc::try_unwrap(frames)

Loading…
Cancel
Save