-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using non-existant no
approx
feature
Addresses clippy warning: > warning: unexpected `cfg` condition value: `approx` The `geo` crate does not expose a dependency (optional or otherwise) on approx, though it is used by geo-types, and there *is* a non-optional dev-dependency on approx, so I understand the confusion. Since there is no approx feature in geo, these lines were only triggered in `cfg(test)` anyway, so lets move them into the test module for simplicity, which also nicely gets rid of the clippy warning.
- Loading branch information
1 parent
ce66c49
commit a6a5a4b
Showing
1 changed file
with
65 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters