Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information