diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-17 14:41:46 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-17 14:41:46 +0200 |
| commit | 551ea99d05166b0be50792f767ddd38b996e32fa (patch) | |
| tree | ec5e86a087e79e8c181c7d4b904216a775227e2d /tests/src | |
| parent | 46aace78ac4ac1c075b9b1670dbb7372df1a0a82 (diff) | |
Show default values in documentation
Fixes #169
Fixes #1102
Diffstat (limited to 'tests/src')
| -rw-r--r-- | tests/src/tests.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/tests.rs b/tests/src/tests.rs index 2a0b74ea..f295869f 100644 --- a/tests/src/tests.rs +++ b/tests/src/tests.rs @@ -15,8 +15,7 @@ use comemo::{Prehashed, Track}; use elsa::FrozenVec; use once_cell::unsync::OnceCell; use oxipng::{InFile, Options, OutFile}; -use rayon::iter::ParallelBridge; -use rayon::iter::ParallelIterator; +use rayon::iter::{ParallelBridge, ParallelIterator}; use tiny_skia as sk; use unscanny::Scanner; use walkdir::WalkDir; |
