We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20e2e8 commit 2756c87Copy full SHA for 2756c87
src/lib.rs
@@ -58,10 +58,10 @@ mod geometry;
58
mod utils;
59
60
pub use conversion::CoordSeq;
61
-#[cfg(feature = "geojson")]
62
-pub use conversion::{FromGeoJSON, ToGeoJSON};
63
#[cfg(feature = "geo-types")]
64
pub use conversion::TryInto;
+#[cfg(feature = "geojson")]
+pub use conversion::{FromGeoJSON, ToGeoJSON};
65
pub use errors::Result;
66
pub use geometry::{BufferType, GeomType, Orientation, SFCGeometry};
67
0 commit comments