Skip to content

Commit 5b877e3

Browse files
committed
remove spurious extern crate statement
1 parent 00d5d53 commit 5b877e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ extern crate serde_derive;
44
extern crate spade;
55
#[cfg(feature = "postgis-integration")]
66
extern crate postgis;
7-
#[cfg(feature = "geojson-integration")]
8-
extern crate geojson;
97

108
pub use traits::ToGeo;
119
pub use types::*;

0 commit comments

Comments
 (0)