Skip to content

Commit 2756c87

Browse files
committed
Format code
1 parent c20e2e8 commit 2756c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ mod geometry;
5858
mod utils;
5959

6060
pub use conversion::CoordSeq;
61-
#[cfg(feature = "geojson")]
62-
pub use conversion::{FromGeoJSON, ToGeoJSON};
6361
#[cfg(feature = "geo-types")]
6462
pub use conversion::TryInto;
63+
#[cfg(feature = "geojson")]
64+
pub use conversion::{FromGeoJSON, ToGeoJSON};
6565
pub use errors::Result;
6666
pub use geometry::{BufferType, GeomType, Orientation, SFCGeometry};
6767

0 commit comments

Comments
 (0)