Commit c3905b1
criterion: trim down dependencies
Criterion offers opportunity to choose between
features and it does declare some dependencies
as being optional (like the rayon one) which we currently
include even though we do not need to.
We actually do not need to include what criterion defines as
default features.
Signed-off-by: Diana Popa <[email protected]>1 parent 9778a67 commit c3905b1
3 files changed
+3
-209
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments