Commit a8f4c8c
committed
remove --all from cargo test
according to the help the option is deprecated and equivalent to `--workspace`
and we haven't a workspace.
Moreover, and most importantly, the option somehow activates features which
should not be present. for example:
`cargo tree --no-default-features -e no-dev --all | grep serde` has dependencies in the output while without `--all` returns nothing1 parent 0a78d54 commit a8f4c8c
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments