Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix clippy: remove superfluous use statements #189

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

michaelkirk
Copy link
Member

These modules only contain trait implementations and already-exported macros, which don't need to be use'd

These modules only contain trait implementations, which don't need to be
`use`'d
@michaelkirk michaelkirk merged commit f0d96fd into georust:main Jan 11, 2024
1 check passed
michaelkirk added a commit that referenced this pull request Jan 11, 2024
This is necessary for linking against gdal versions whose bindings
aren't yet included in gdal-sys, which is common when using a newly
released gdal.

Also removed redundant gdal-sys dependency - gdal already includes that,
and geozero doesn't use it directly.


~~edit: note this won't pass CI until #189 is merged~~ **update**:
rebased!

---------

Co-authored-by: Yuri Astrakhan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants