Commit ddfbe47
committed
Drop "dissimilar" feature, keeping only "diff"
Previously, a dependency `trybuild = { features = ["dissimilar"] }`
would compile (and silently have no effect). The correct usage is
`trybuild = { features = ["diff"] }` and is independent of the name of
the underlying library being used for the diff computations.1 parent 9634026 commit ddfbe47
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments