Skip to content

Commit

Permalink
remove spurious extern crate statement
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeeeta committed Jan 22, 2018
1 parent 00d5d53 commit 5b877e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ extern crate serde_derive;
extern crate spade;
#[cfg(feature = "postgis-integration")]
extern crate postgis;
#[cfg(feature = "geojson-integration")]
extern crate geojson;

pub use traits::ToGeo;
pub use types::*;
Expand Down

0 comments on commit 5b877e3

Please sign in to comment.