We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d5d53 commit 5b877e3Copy full SHA for 5b877e3
src/lib.rs
@@ -4,8 +4,6 @@ extern crate serde_derive;
4
extern crate spade;
5
#[cfg(feature = "postgis-integration")]
6
extern crate postgis;
7
-#[cfg(feature = "geojson-integration")]
8
-extern crate geojson;
9
10
pub use traits::ToGeo;
11
pub use types::*;
0 commit comments